Visual refresh of dialogs.

This commit is contained in:
Burak Kaan Köse
2026-03-06 11:22:12 +01:00
parent 1aaf4e8a7e
commit 24f7c26d60
20 changed files with 284 additions and 144 deletions
@@ -28,7 +28,7 @@
<x:Double x:Key="ContentDialogMaxWidth">1200</x:Double>
</ContentDialog.Resources>
<Grid Margin="0,20,0,0" RowSpacing="30">
<Grid Margin="0,8,0,0" RowSpacing="24">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" MaxHeight="400" />
@@ -255,10 +255,10 @@
</CommandBar>
<Border
Grid.Row="1"
Margin="0,6,0,0"
Margin="0,8,0,0"
BorderBrush="{StaticResource CardStrokeColorDefaultBrush}"
BorderThickness="1"
CornerRadius="3">
CornerRadius="6">
<controls2:WebViewEditorControl x:Name="WebViewEditor" />
</Border>
</Grid>