Skip to content

Commit 750aa72

Browse files
committed
ux: label of TERMINATE button was cropped (#2675)
Signed-off-by: leo <longshuang@msn.cn>
1 parent 066b8d2 commit 750aa72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Views/LauncherPage.axaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118

119119
<!-- Terminate -->
120120
<Button Classes="flat"
121-
Width="100" Height="28"
122-
Margin="0,0,0,8"
121+
Height="28"
122+
Margin="0,0,0,8" Padding="16,0"
123123
HorizontalAlignment="Center"
124124
Content="{DynamicResource Text.Terminate}"
125125
Click="OnPopupTerminate">

0 commit comments

Comments
 (0)