Skip to content

Commit 00e88bc

Browse files
committed
Adjust Buttons Margin
1 parent 12fae66 commit 00e88bc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,9 @@
9090
BorderBrush="{DynamicResource Color03B}"
9191
BorderThickness="1" />
9292
<StackPanel
93-
Width="Auto"
94-
Height="55"
95-
Margin="60,6,0,0"
93+
Margin="60,0,0,2"
9694
HorizontalAlignment="Left"
95+
VerticalAlignment="Center"
9796
Orientation="Horizontal">
9897
<Button
9998
x:Name="btnLoadAllProgramSource"
@@ -191,7 +190,7 @@
191190
<DockPanel
192191
Grid.Row="3"
193192
Grid.RowSpan="1"
194-
Margin="0,0,20,10">
193+
Margin="0,0,20,0">
195194
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
196195
<Button
197196
x:Name="btnProgramSourceStatus"

0 commit comments

Comments
 (0)