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