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: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}"