Update ErrorDialog.axaml

This commit is contained in:
2026-05-08 00:24:31 +03:00
parent 7750686b0a
commit f1fb897266

View File

@@ -32,16 +32,16 @@
</StackPanel>
</StackPanel>
<!-- Action Button -->
<Button Grid.Row="1"
x:Name="OkButton"
Content="Got it"
Click="Ok_Click"
IsDefault="True"
IsCancel="True"
HorizontalAlignment="Right"
Padding="25,8"
BorderThickness="0"
<!-- Action Button -->
<Button Grid.Row="1"
x:Name="OkButton"
Content="Got it"
Click="Ok_Click"
IsDefault="True"
IsCancel="True"
HorizontalAlignment="Right"
Padding="25,8"
BorderThickness="0"
CornerRadius="4"
Cursor="Hand">
<Button.Styles>