Roll back fluent dialog update to Matt's layout

This commit is contained in:
pizzaboxer 2024-06-12 18:38:01 +01:00
parent ff8923ab78
commit 683b016ff8
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -8,8 +8,8 @@
xmlns:resources="clr-namespace:Bloxstrap.Resources"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"
xmlns:vms="clr-namespace:Bloxstrap.UI.ViewModels.Bootstrapper"
Width="520"
Height="320"
Width="500"
Height="280"
MinHeight="0"
d:DataContext="{d:DesignInstance vms:FluentDialogViewModel,
IsDesignTimeCreatable=True}"
@ -42,16 +42,17 @@
<Image
Grid.Row="0"
Width="96"
Height="96"
Width="80"
Height="80"
Margin="0,30,0,0"
HorizontalAlignment="Center"
VerticalAlignment="Center"
VerticalAlignment="Top"
RenderOptions.BitmapScalingMode="HighQuality"
Source="{Binding Icon, Mode=OneWay}" />
<TextBlock
Grid.Row="1"
Margin="0,0,0,16"
Margin="0,0,0,8"
HorizontalAlignment="Center"
FontSize="18"
Foreground="{DynamicResource TextFillColorPrimaryBrush}"