mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Revert changes made to classic fluent dialog
yeah idk what i was doing with this one
This commit is contained in:
parent
d999e4c053
commit
3fc1ff443f
@ -17,7 +17,6 @@
|
||||
ResizeMode="NoResize"
|
||||
WindowBackdropType="Mica"
|
||||
WindowStartupLocation="CenterScreen"
|
||||
WindowStyle="None"
|
||||
mc:Ignorable="d">
|
||||
|
||||
<Grid>
|
||||
@ -27,6 +26,8 @@
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<ui:TitleBar Grid.Row="0" x:Name="RootTitleBar" Padding="8" Title="{Binding Title, Mode=OneTime}" ShowMinimize="False" ShowMaximize="False" CanMaximize="False" ShowClose="False" />
|
||||
|
||||
<ui:TitleBar
|
||||
Grid.Row="0"
|
||||
VerticalAlignment="Top"
|
||||
@ -35,7 +36,7 @@
|
||||
ShowMaximize="False"
|
||||
ShowMinimize="False" />
|
||||
|
||||
<Grid Grid.Row="1" Margin="16,0,16,0" VerticalAlignment="Top">
|
||||
<Grid Grid.Row="1" Margin="16,0,16,0" VerticalAlignment="Center">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="*" />
|
||||
|
Loading…
Reference in New Issue
Block a user