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 12fae66 commit 00e88bcCopy full SHA for 00e88bc
Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml
@@ -90,10 +90,9 @@
90
BorderBrush="{DynamicResource Color03B}"
91
BorderThickness="1" />
92
<StackPanel
93
- Width="Auto"
94
- Height="55"
95
- Margin="60,6,0,0"
+ Margin="60,0,0,2"
96
HorizontalAlignment="Left"
+ VerticalAlignment="Center"
97
Orientation="Horizontal">
98
<Button
99
x:Name="btnLoadAllProgramSource"
@@ -191,7 +190,7 @@
191
190
<DockPanel
192
Grid.Row="3"
193
Grid.RowSpan="1"
194
- Margin="0,0,20,10">
+ Margin="0,0,20,0">
195
<StackPanel HorizontalAlignment="Right" Orientation="Horizontal">
196
197
x:Name="btnProgramSourceStatus"
0 commit comments