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 99 d : DesignHeight =" 300"
1010 d : DesignWidth =" 300"
1111 mc : Ignorable =" d" >
12-
12+
1313 <Grid Margin =" {StaticResource SettingPanelMargin}" >
1414 <Grid .RowDefinitions>
1515 <RowDefinition />
1616 <RowDefinition Height =" Auto" />
1717 </Grid .RowDefinitions>
18-
18+
1919 <ListView
2020 x : Name =" lbxCommands"
2121 Grid.Row=" 0"
5858
5959 <StackPanel
6060 Grid.Row=" 1"
61+ Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
6162 HorizontalAlignment =" Right"
6263 Orientation =" Horizontal" >
6364 <Button
6465 Width =" 100"
65- Margin =" 10 "
66+ Margin =" {StaticResource SettingPanelItemLeftMargin} "
6667 Click =" OnEditCommandKeywordClick"
6768 Content =" {DynamicResource flowlauncher_plugin_sys_edit}" />
6869 </StackPanel >
Original file line number Diff line number Diff line change 99 d : DesignHeight =" 300"
1010 d : DesignWidth =" 500"
1111 mc : Ignorable =" d" >
12+
1213 <UserControl .Resources>
1314 <Style x : Key =" BrowserPathBoxStyle" TargetType =" TextBox" >
1415 <Setter Property =" Height" Value =" 28" />
3536 </DockPanel >
3637 </DataTemplate >
3738 </UserControl .Resources>
39+
3840 <Grid Margin =" {StaticResource SettingPanelMargin}" >
3941 <Grid .RowDefinitions>
4042 <RowDefinition />
41- <RowDefinition Height =" 56 " />
43+ <RowDefinition Height =" Auto " />
4244 <RowDefinition />
43- <RowDefinition Height =" 50 " />
45+ <RowDefinition Height =" Auto " />
4446 </Grid .RowDefinitions>
47+
4548 <ListView
4649 x : Name =" SearchSourcesListView"
4750 Grid.Row=" 0"
9699 </GridView >
97100 </ListView .View>
98101 </ListView >
102+
99103 <StackPanel
100104 Grid.Row=" 1"
101105 Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
117121 Click =" OnAddSearchSearchClick"
118122 Content =" {DynamicResource flowlauncher_plugin_websearch_add}" />
119123 </StackPanel >
124+
120125 <Separator Grid.Row=" 2" Style =" {StaticResource SettingPanelSeperatorStyle}" />
126+
121127 <DockPanel
122128 Grid.Row=" 3"
123129 Margin =" {StaticResource SettingPanelItemTopBottomMargin}"
You can’t perform that action at this time.
0 commit comments