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"
|
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="*" />
|
||||||
|
Loading…
Reference in New Issue
Block a user