|
198 | 198 | <RowDefinition />
|
199 | 199 | <RowDefinition />
|
200 | 200 | <RowDefinition />
|
201 |
| - <RowDefinition /> |
202 | 201 | </Grid.RowDefinitions>
|
203 | 202 | <Grid.ColumnDefinitions>
|
204 | 203 | <ColumnDefinition Width="Auto" />
|
|
223 | 222 | Content="{DynamicResource plugin_explorer_default_open_in_file_manager}"
|
224 | 223 | IsChecked="{Binding Settings.DefaultOpenFolderInFileManager}" />
|
225 | 224 |
|
226 |
| - <CheckBox |
227 |
| - Grid.Row="2" |
228 |
| - Grid.Column="0" |
229 |
| - Grid.ColumnSpan="2" |
230 |
| - Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
231 |
| - HorizontalAlignment="Left" |
232 |
| - Content="{DynamicResource plugin_explorer_display_more_info_in_tooltip}" |
233 |
| - IsChecked="{Binding Settings.DisplayMoreInformationInToolTip}" /> |
234 |
| - |
235 | 225 | <TextBlock
|
236 |
| - Grid.Row="3" |
| 226 | + Grid.Row="2" |
237 | 227 | Grid.Column="0"
|
238 | 228 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
239 | 229 | HorizontalAlignment="Left"
|
240 | 230 | VerticalAlignment="Center"
|
241 | 231 | Foreground="{DynamicResource Color05B}"
|
242 | 232 | Text="{DynamicResource plugin_explorer_file_editor_path}" />
|
243 | 233 | <StackPanel
|
244 |
| - Grid.Row="3" |
| 234 | + Grid.Row="2" |
245 | 235 | Grid.Column="1"
|
246 | 236 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
247 | 237 | Orientation="Horizontal">
|
|
260 | 250 | </StackPanel>
|
261 | 251 |
|
262 | 252 | <TextBlock
|
263 |
| - Grid.Row="4" |
| 253 | + Grid.Row="3" |
264 | 254 | Grid.Column="0"
|
265 | 255 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
266 | 256 | HorizontalAlignment="Left"
|
267 | 257 | VerticalAlignment="Center"
|
268 | 258 | Foreground="{DynamicResource Color05B}"
|
269 | 259 | Text="{DynamicResource plugin_explorer_folder_editor_path}" />
|
270 | 260 | <StackPanel
|
271 |
| - Grid.Row="4" |
| 261 | + Grid.Row="3" |
272 | 262 | Grid.Column="1"
|
273 | 263 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
274 | 264 | Orientation="Horizontal">
|
|
287 | 277 | </StackPanel>
|
288 | 278 |
|
289 | 279 | <TextBlock
|
290 |
| - Grid.Row="5" |
| 280 | + Grid.Row="4" |
291 | 281 | Grid.Column="0"
|
292 | 282 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
293 | 283 | HorizontalAlignment="Left"
|
294 | 284 | VerticalAlignment="Center"
|
295 | 285 | Foreground="{DynamicResource Color05B}"
|
296 | 286 | Text="{DynamicResource plugin_explorer_shell_path}" />
|
297 | 287 | <StackPanel
|
298 |
| - Grid.Row="5" |
| 288 | + Grid.Row="4" |
299 | 289 | Grid.Column="1"
|
300 | 290 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
301 | 291 | Orientation="Horizontal">
|
|
314 | 304 | </StackPanel>
|
315 | 305 |
|
316 | 306 | <TextBlock
|
317 |
| - Grid.Row="6" |
| 307 | + Grid.Row="5" |
318 | 308 | Grid.Column="0"
|
319 | 309 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
320 | 310 | VerticalAlignment="Center"
|
321 | 311 | Foreground="{DynamicResource Color05B}"
|
322 | 312 | Text="{DynamicResource plugin_explorer_Index_Search_Engine}" />
|
323 | 313 | <ComboBox
|
324 |
| - Grid.Row="6" |
| 314 | + Grid.Row="5" |
325 | 315 | Grid.Column="1"
|
326 | 316 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
327 | 317 | HorizontalAlignment="Left"
|
|
331 | 321 | SelectedItem="{Binding SelectedIndexSearchEngine}" />
|
332 | 322 |
|
333 | 323 | <TextBlock
|
334 |
| - Grid.Row="7" |
| 324 | + Grid.Row="6" |
335 | 325 | Grid.Column="0"
|
336 | 326 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
337 | 327 | VerticalAlignment="Center"
|
338 | 328 | Foreground="{DynamicResource Color05B}"
|
339 | 329 | Text="{DynamicResource plugin_explorer_Content_Search_Engine}" />
|
340 | 330 | <ComboBox
|
341 |
| - Grid.Row="7" |
| 331 | + Grid.Row="6" |
342 | 332 | Grid.Column="1"
|
343 | 333 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
344 | 334 | HorizontalAlignment="Left"
|
|
348 | 338 | SelectedItem="{Binding SelectedContentSearchEngine}" />
|
349 | 339 |
|
350 | 340 | <TextBlock
|
351 |
| - Grid.Row="8" |
| 341 | + Grid.Row="7" |
352 | 342 | Grid.Column="0"
|
353 | 343 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
354 | 344 | VerticalAlignment="Center"
|
355 | 345 | Foreground="{DynamicResource Color05B}"
|
356 | 346 | Text="{DynamicResource plugin_explorer_Directory_Recursive_Search_Engine}" />
|
357 | 347 | <ComboBox
|
358 |
| - Grid.Row="8" |
| 348 | + Grid.Row="7" |
359 | 349 | Grid.Column="1"
|
360 | 350 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
361 | 351 | HorizontalAlignment="Left"
|
|
365 | 355 | SelectedItem="{Binding SelectedPathEnumerationEngine}" />
|
366 | 356 |
|
367 | 357 | <TextBlock
|
368 |
| - Grid.Row="9" |
| 358 | + Grid.Row="8" |
369 | 359 | Grid.Column="0"
|
370 | 360 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
371 | 361 | VerticalAlignment="Center"
|
372 | 362 | Foreground="{DynamicResource Color05B}"
|
373 | 363 | Text="{DynamicResource plugin_explorer_Excluded_File_Types}" />
|
374 | 364 | <TextBox
|
375 |
| - Grid.Row="9" |
| 365 | + Grid.Row="8" |
376 | 366 | Grid.Column="1"
|
377 | 367 | MinWidth="{StaticResource SettingPanelTextBoxMinWidth}"
|
378 | 368 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
|
381 | 371 | ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" />
|
382 | 372 |
|
383 | 373 | <TextBlock
|
384 |
| - Grid.Row="10" |
| 374 | + Grid.Row="9" |
385 | 375 | Grid.Column="0"
|
386 | 376 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
387 | 377 | VerticalAlignment="Center"
|
388 | 378 | Foreground="{DynamicResource Color05B}"
|
389 | 379 | Text="{DynamicResource plugin_explorer_Maximum_Results}" />
|
390 | 380 | <TextBox
|
391 |
| - Grid.Row="10" |
| 381 | + Grid.Row="9" |
392 | 382 | Grid.Column="1"
|
393 | 383 | MinWidth="{StaticResource SettingPanelTextBoxMinWidth}"
|
394 | 384 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
|
400 | 390 | ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}" />
|
401 | 391 |
|
402 | 392 | <Button
|
403 |
| - Grid.Row="11" |
| 393 | + Grid.Row="10" |
404 | 394 | Grid.Column="0"
|
405 | 395 | Grid.ColumnSpan="2"
|
406 | 396 | Margin="{StaticResource SettingPanelItemTopBottomMargin}"
|
|
0 commit comments