File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 9
9
d : DesignHeight =" 300"
10
10
d : DesignWidth =" 300"
11
11
mc : Ignorable =" d" >
12
-
12
+
13
13
<Grid Margin =" {StaticResource SettingPanelMargin}" >
14
14
<Grid .RowDefinitions>
15
15
<RowDefinition />
16
16
<RowDefinition Height =" Auto" />
17
17
</Grid .RowDefinitions>
18
-
18
+
19
19
<ListView
20
20
x : Name =" lbxCommands"
21
21
Grid.Row=" 0"
58
58
59
59
<StackPanel
60
60
Grid.Row=" 1"
61
+ Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
61
62
HorizontalAlignment =" Right"
62
63
Orientation =" Horizontal" >
63
64
<Button
64
65
Width =" 100"
65
- Margin =" 10 "
66
+ Margin =" {StaticResource SettingPanelItemLeftMargin} "
66
67
Click =" OnEditCommandKeywordClick"
67
68
Content =" {DynamicResource flowlauncher_plugin_sys_edit}" />
68
69
</StackPanel >
Original file line number Diff line number Diff line change 9
9
d : DesignHeight =" 300"
10
10
d : DesignWidth =" 500"
11
11
mc : Ignorable =" d" >
12
+
12
13
<UserControl .Resources>
13
14
<Style x : Key =" BrowserPathBoxStyle" TargetType =" TextBox" >
14
15
<Setter Property =" Height" Value =" 28" />
35
36
</DockPanel >
36
37
</DataTemplate >
37
38
</UserControl .Resources>
39
+
38
40
<Grid Margin =" {StaticResource SettingPanelMargin}" >
39
41
<Grid .RowDefinitions>
40
42
<RowDefinition />
41
- <RowDefinition Height =" 56 " />
43
+ <RowDefinition Height =" Auto " />
42
44
<RowDefinition />
43
- <RowDefinition Height =" 50 " />
45
+ <RowDefinition Height =" Auto " />
44
46
</Grid .RowDefinitions>
47
+
45
48
<ListView
46
49
x : Name =" SearchSourcesListView"
47
50
Grid.Row=" 0"
96
99
</GridView >
97
100
</ListView .View>
98
101
</ListView >
102
+
99
103
<StackPanel
100
104
Grid.Row=" 1"
101
105
Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
117
121
Click =" OnAddSearchSearchClick"
118
122
Content =" {DynamicResource flowlauncher_plugin_websearch_add}" />
119
123
</StackPanel >
124
+
120
125
<Separator Grid.Row=" 2" Style =" {StaticResource SettingPanelSeperatorStyle}" />
126
+
121
127
<DockPanel
122
128
Grid.Row=" 3"
123
129
Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
You can’t perform that action at this time.
0 commit comments