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