File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Plugins/Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
</DockPanel >
36
36
</DataTemplate >
37
37
</UserControl .Resources>
38
- <Grid Margin =" 14,14,14 ,0" >
38
+ <Grid Margin =" 0,4,0 ,0" >
39
39
<Grid .RowDefinitions>
40
40
<RowDefinition />
41
41
<RowDefinition Height =" 56" />
44
44
<ListView
45
45
x : Name =" SearchSourcesListView"
46
46
Grid.Row=" 0"
47
- Margin =" 0 ,18,0 ,0"
47
+ Margin =" 18 ,18,18 ,0"
48
48
BorderBrush =" DarkGray"
49
49
BorderThickness =" 1"
50
50
GridViewColumnHeader.Click=" SortByColumn"
123
123
Content =" {DynamicResource flowlauncher_plugin_websearch_edit}" />
124
124
<Button
125
125
Width =" 100"
126
- Margin =" 10,10,0 ,10"
126
+ Margin =" 10,10,18 ,10"
127
127
Click =" OnAddSearchSearchClick"
128
128
Content =" {DynamicResource flowlauncher_plugin_websearch_add}" />
129
129
</StackPanel >
130
130
<Border
131
131
Grid.Row=" 2"
132
132
Margin =" 0,0,0,0"
133
133
HorizontalAlignment =" Stretch"
134
- BorderBrush =" #cecece "
134
+ BorderBrush =" {DynamicResource Color03B} "
135
135
BorderThickness =" 0,1,0,0" >
136
- <DockPanel Margin = " 0,14,0,0 " HorizontalAlignment =" Right" >
136
+ <DockPanel HorizontalAlignment =" Right" >
137
137
<StackPanel DockPanel.Dock=" Right" Orientation =" Horizontal" >
138
138
<Label
139
139
Margin =" 14,0,10,0"
155
155
Content =" {DynamicResource flowlauncher_plugin_websearch_enable_suggestion}" />
156
156
<CheckBox
157
157
Name =" EnableSuggestion"
158
- Margin =" 0,0,0 ,0"
158
+ Margin =" 0,0,8 ,0"
159
159
IsChecked =" {Binding Settings.EnableSuggestion}" />
160
160
</StackPanel >
161
161
<!-- Not sure why binding IsEnabled directly to Settings.EnableWebSaerchSuggestion is not working -->
You can’t perform that action at this time.
0 commit comments