Fixing signature dialog sizing issues and light theme switch.

This commit is contained in:
Burak Kaan Köse
2024-06-14 00:07:51 +02:00
parent f04647192f
commit c3d3228f65
2 changed files with 6 additions and 13 deletions

View File

@@ -29,7 +29,7 @@
<Grid Margin="0,20,0,0" RowSpacing="30">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="400" />
<RowDefinition Height="*" MaxHeight="400" />
</Grid.RowDefinitions>
<TextBox