Skip to content

Commit 12fae66

Browse files
committed
Adjust WebSearch Plugin Setting Panel Layout
1 parent c89ad0c commit 12fae66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</DockPanel>
3636
</DataTemplate>
3737
</UserControl.Resources>
38-
<Grid Margin="14,14,14,0">
38+
<Grid Margin="0,4,0,0">
3939
<Grid.RowDefinitions>
4040
<RowDefinition />
4141
<RowDefinition Height="56" />
@@ -44,7 +44,7 @@
4444
<ListView
4545
x:Name="SearchSourcesListView"
4646
Grid.Row="0"
47-
Margin="0,18,0,0"
47+
Margin="18,18,18,0"
4848
BorderBrush="DarkGray"
4949
BorderThickness="1"
5050
GridViewColumnHeader.Click="SortByColumn"
@@ -123,17 +123,17 @@
123123
Content="{DynamicResource flowlauncher_plugin_websearch_edit}" />
124124
<Button
125125
Width="100"
126-
Margin="10,10,0,10"
126+
Margin="10,10,18,10"
127127
Click="OnAddSearchSearchClick"
128128
Content="{DynamicResource flowlauncher_plugin_websearch_add}" />
129129
</StackPanel>
130130
<Border
131131
Grid.Row="2"
132132
Margin="0,0,0,0"
133133
HorizontalAlignment="Stretch"
134-
BorderBrush="#cecece"
134+
BorderBrush="{DynamicResource Color03B}"
135135
BorderThickness="0,1,0,0">
136-
<DockPanel Margin="0,14,0,0" HorizontalAlignment="Right">
136+
<DockPanel HorizontalAlignment="Right">
137137
<StackPanel DockPanel.Dock="Right" Orientation="Horizontal">
138138
<Label
139139
Margin="14,0,10,0"
@@ -155,7 +155,7 @@
155155
Content="{DynamicResource flowlauncher_plugin_websearch_enable_suggestion}" />
156156
<CheckBox
157157
Name="EnableSuggestion"
158-
Margin="0,0,0,0"
158+
Margin="0,0,8,0"
159159
IsChecked="{Binding Settings.EnableSuggestion}" />
160160
</StackPanel>
161161
<!-- Not sure why binding IsEnabled directly to Settings.EnableWebSaerchSuggestion is not working -->

0 commit comments

Comments
 (0)