We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3925046 commit 1999e4bCopy full SHA for 1999e4b
src/Views/LauncherPage.axaml
@@ -60,13 +60,19 @@
60
HorizontalAlignment="Right"
61
IsVisible="{Binding InProgress, Converter={x:Static BoolConverters.Not}}">
62
<Button Classes="flat primary"
63
- Width="80"
+ Width="80" Height="28"
64
+ Padding="0"
65
+ HorizontalContentAlignment="Center"
66
+ VerticalContentAlignment="Center"
67
Content="{DynamicResource Text.Sure}"
68
Click="OnPopupSure"
69
HotKey="Enter"/>
70
<Button Classes="flat"
71
72
Margin="8,0,0,0"
73
74
75
76
Content="{DynamicResource Text.Cancel}"
77
Click="OnPopupCancel"/>
78
</StackPanel>
0 commit comments