|
10 | 10 | mc:Ignorable="d">
|
11 | 11 | <Grid Margin="0">
|
12 | 12 | <Grid.RowDefinitions>
|
13 |
| - <RowDefinition Height="170" /> |
| 13 | + <RowDefinition Height="225" /> |
14 | 14 | <RowDefinition Height="*" />
|
15 | 15 | <RowDefinition Height="60" />
|
16 | 16 | </Grid.RowDefinitions>
|
|
19 | 19 | HorizontalAlignment="Stretch"
|
20 | 20 | Orientation="Vertical">
|
21 | 21 | <StackPanel Width="Auto" Orientation="Vertical">
|
| 22 | + <StackPanel Width="Auto" Orientation="Horizontal"> |
| 23 | + <CheckBox |
| 24 | + Name="HideLnkEnabled" |
| 25 | + Width="220" |
| 26 | + Margin="70,8,10,8" |
| 27 | + Content="{DynamicResource flowlauncher_plugin_program_enable_hidelnkpath}" |
| 28 | + IsChecked="{Binding HideAppsPath}" |
| 29 | + ToolTip="{DynamicResource flowlauncher_plugin_program_enable_hidelnkpath_tooltip}" /> |
| 30 | + <CheckBox |
| 31 | + Name="DescriptionEnabled" |
| 32 | + Margin="70,8,10,8" |
| 33 | + Content="{DynamicResource flowlauncher_plugin_program_enable_description}" |
| 34 | + IsChecked="{Binding EnableDescription}" |
| 35 | + ToolTip="{DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" /> |
| 36 | + </StackPanel> |
| 37 | + <Separator |
| 38 | + Height="1" |
| 39 | + BorderBrush="{DynamicResource Color03B}" |
| 40 | + BorderThickness="1" /> |
| 41 | + |
22 | 42 | <StackPanel Width="Auto" Orientation="Horizontal">
|
23 | 43 | <CheckBox
|
24 | 44 | Name="StartMenuEnabled"
|
| 45 | + Width="220" |
25 | 46 | Margin="70,8,10,8"
|
26 | 47 | Content="{DynamicResource flowlauncher_plugin_program_index_start}"
|
27 | 48 | IsChecked="{Binding EnableStartMenuSource}"
|
|
32 | 53 | Content="{DynamicResource flowlauncher_plugin_program_index_registry}"
|
33 | 54 | IsChecked="{Binding EnableRegistrySource}"
|
34 | 55 | ToolTip="{DynamicResource flowlauncher_plugin_program_index_registry_tooltip}" />
|
35 |
| - <CheckBox |
36 |
| - Name="PATHEnabled" |
37 |
| - Margin="70,8,10,8" |
38 |
| - Content="{DynamicResource flowlauncher_plugin_program_index_PATH}" |
39 |
| - IsChecked="{Binding EnablePATHSource}" |
40 |
| - ToolTip="{DynamicResource flowlauncher_plugin_program_index_PATH_tooltip}" /> |
41 | 56 | </StackPanel>
|
42 |
| - |
43 | 57 | <Separator
|
44 | 58 | Height="1"
|
45 | 59 | BorderBrush="{DynamicResource Color03B}"
|
46 | 60 | BorderThickness="1" />
|
| 61 | + |
47 | 62 | <StackPanel Width="Auto" Orientation="Horizontal">
|
48 | 63 | <CheckBox
|
49 |
| - Name="HideLnkEnabled" |
50 |
| - Margin="70,8,10,8" |
51 |
| - Content="{DynamicResource flowlauncher_plugin_program_enable_hidelnkpath}" |
52 |
| - IsChecked="{Binding HideAppsPath}" |
53 |
| - ToolTip="{DynamicResource flowlauncher_plugin_program_enable_hidelnkpath_tooltip}" /> |
54 |
| - <CheckBox |
55 |
| - Name="DescriptionEnabled" |
| 64 | + Name="PATHEnabled" |
| 65 | + Width="220" |
56 | 66 | Margin="70,8,10,8"
|
57 |
| - Content="{DynamicResource flowlauncher_plugin_program_enable_description}" |
58 |
| - IsChecked="{Binding EnableDescription}" |
59 |
| - ToolTip="{DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" /> |
| 67 | + Content="{DynamicResource flowlauncher_plugin_program_index_PATH}" |
| 68 | + IsChecked="{Binding EnablePATHSource}" |
| 69 | + ToolTip="{DynamicResource flowlauncher_plugin_program_index_PATH_tooltip}" /> |
60 | 70 | </StackPanel>
|
61 | 71 | <Separator
|
62 | 72 | Height="1"
|
|
177 | 187 | </DockPanel>
|
178 | 188 | </Grid>
|
179 | 189 | </UserControl>
|
180 |
| - |
181 |
| - |
182 |
| - |
183 |
| - |
184 |
| - |
185 |
| - |
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
204 |
| - |
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 |
| - |
212 |
| - |
213 |
| - |
214 |
| - |
215 |
| - |
216 |
| - |
217 |
| - |
218 |
| - |
219 |
| - |
220 |
| - |
221 |
| - |
222 |
| - |
223 |
| - |
224 |
| - |
225 |
| - |
226 |
| - |
227 |
| - |
228 |
| - |
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
236 |
| - |
237 |
| - |
238 |
| - |
239 |
| - |
240 |
| - |
241 |
| - |
242 |
| - |
0 commit comments