mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 16:41:36 -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: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}"
|
||||
|
Loading…
Reference in New Issue
Block a user