mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
Roll back fluent dialog update to Matt's layout
This commit is contained in:
parent
ff8923ab78
commit
683b016ff8
@ -8,8 +8,8 @@
|
|||||||
xmlns:resources="clr-namespace:Bloxstrap.Resources"
|
xmlns:resources="clr-namespace:Bloxstrap.Resources"
|
||||||
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
|
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
|
||||||
xmlns:vms="clr-namespace:Bloxstrap.UI.ViewModels.Bootstrapper"
|
xmlns:vms="clr-namespace:Bloxstrap.UI.ViewModels.Bootstrapper"
|
||||||
Width="520"
|
Width="500"
|
||||||
Height="320"
|
Height="280"
|
||||||
MinHeight="0"
|
MinHeight="0"
|
||||||
d:DataContext="{d:DesignInstance vms:FluentDialogViewModel,
|
d:DataContext="{d:DesignInstance vms:FluentDialogViewModel,
|
||||||
IsDesignTimeCreatable=True}"
|
IsDesignTimeCreatable=True}"
|
||||||
@ -42,16 +42,17 @@
|
|||||||
|
|
||||||
<Image
|
<Image
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
Width="96"
|
Width="80"
|
||||||
Height="96"
|
Height="80"
|
||||||
|
Margin="0,30,0,0"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
VerticalAlignment="Center"
|
VerticalAlignment="Top"
|
||||||
RenderOptions.BitmapScalingMode="HighQuality"
|
RenderOptions.BitmapScalingMode="HighQuality"
|
||||||
Source="{Binding Icon, Mode=OneWay}" />
|
Source="{Binding Icon, Mode=OneWay}" />
|
||||||
|
|
||||||
<TextBlock
|
<TextBlock
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Margin="0,0,0,16"
|
Margin="0,0,0,8"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
FontSize="18"
|
FontSize="18"
|
||||||
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
|
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
|
||||||
|
Loading…
Reference in New Issue
Block a user