Revert changes made to classic fluent dialog

yeah idk what i was doing with this one
This commit is contained in:
pizzaboxer 2024-06-14 14:36:21 +01:00
parent d999e4c053
commit 3fc1ff443f
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -17,7 +17,6 @@
ResizeMode="NoResize" ResizeMode="NoResize"
WindowBackdropType="Mica" WindowBackdropType="Mica"
WindowStartupLocation="CenterScreen" WindowStartupLocation="CenterScreen"
WindowStyle="None"
mc:Ignorable="d"> mc:Ignorable="d">
<Grid> <Grid>
@ -27,6 +26,8 @@
<RowDefinition Height="Auto" /> <RowDefinition Height="Auto" />
</Grid.RowDefinitions> </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 <ui:TitleBar
Grid.Row="0" Grid.Row="0"
VerticalAlignment="Top" VerticalAlignment="Top"
@ -35,7 +36,7 @@
ShowMaximize="False" ShowMaximize="False"
ShowMinimize="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> <Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" /> <ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" /> <ColumnDefinition Width="*" />