Skip to content

Commit 0a6c534

Browse files
committed
Adjust Button Size
1 parent 393c861 commit 0a6c534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/ActionKeywords.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@
116116
<Button
117117
x:Name="btnCancel"
118118
Width="145"
119-
Height="30"
119+
Height="38"
120120
Margin="10 0 10 0"
121121
Click="BtnCancel_OnClick"
122122
Content="{DynamicResource cancel}" />
123123
<Button
124124
x:Name="btnDone"
125125
Width="145"
126-
Height="30"
126+
Height="38"
127127
Margin="10 0 10 0"
128128
Click="btnDone_OnClick"
129129
Style="{StaticResource AccentButtonStyle}">

0 commit comments

Comments
 (0)