mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-18 22:36:30 +03:00
Update ErrorDialog.axaml
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user