Skip to content

Commit 52da1c9

Browse files
committed
Adjust Button Size
1 parent 4dd7833 commit 52da1c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/QuickAccessLinkSettings.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@
155155
<Button
156156
x:Name="btnCancel"
157157
Width="145"
158-
Height="38"
158+
Height="34"
159159
Margin="0 0 5 1"
160160
Click="BtnCancel_OnClick"
161161
Content="{DynamicResource cancel}" />
162162
<Button
163163
Name="DownButton"
164164
Width="145"
165-
Height="38"
165+
Height="34"
166166
Margin="5 0 0 1"
167167
Click="OnDoneButtonClick"
168168
Style="{StaticResource AccentButtonStyle}">

0 commit comments

Comments
 (0)