Adjust Button Size

This commit is contained in:
DB P 2025-06-11 15:27:55 +09:00
parent 393c861660
commit 0a6c534228

View file

@ -116,14 +116,14 @@
<Button
x:Name="btnCancel"
Width="145"
Height="30"
Height="38"
Margin="10 0 10 0"
Click="BtnCancel_OnClick"
Content="{DynamicResource cancel}" />
<Button
x:Name="btnDone"
Width="145"
Height="30"
Height="38"
Margin="10 0 10 0"
Click="btnDone_OnClick"
Style="{StaticResource AccentButtonStyle}">