Skip to content

Commit 82f3e99

Browse files
committed
Revert changes in ExplorerSettings.xaml
1 parent 407ad03 commit 82f3e99

File tree

1 file changed

+17
-27
lines changed

1 file changed

+17
-27
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@
198198
<RowDefinition />
199199
<RowDefinition />
200200
<RowDefinition />
201-
<RowDefinition />
202201
</Grid.RowDefinitions>
203202
<Grid.ColumnDefinitions>
204203
<ColumnDefinition Width="Auto" />
@@ -223,25 +222,16 @@
223222
Content="{DynamicResource plugin_explorer_default_open_in_file_manager}"
224223
IsChecked="{Binding Settings.DefaultOpenFolderInFileManager}" />
225224

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-
235225
<TextBlock
236-
Grid.Row="3"
226+
Grid.Row="2"
237227
Grid.Column="0"
238228
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
239229
HorizontalAlignment="Left"
240230
VerticalAlignment="Center"
241231
Foreground="{DynamicResource Color05B}"
242232
Text="{DynamicResource plugin_explorer_file_editor_path}" />
243233
<StackPanel
244-
Grid.Row="3"
234+
Grid.Row="2"
245235
Grid.Column="1"
246236
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
247237
Orientation="Horizontal">
@@ -260,15 +250,15 @@
260250
</StackPanel>
261251

262252
<TextBlock
263-
Grid.Row="4"
253+
Grid.Row="3"
264254
Grid.Column="0"
265255
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
266256
HorizontalAlignment="Left"
267257
VerticalAlignment="Center"
268258
Foreground="{DynamicResource Color05B}"
269259
Text="{DynamicResource plugin_explorer_folder_editor_path}" />
270260
<StackPanel
271-
Grid.Row="4"
261+
Grid.Row="3"
272262
Grid.Column="1"
273263
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
274264
Orientation="Horizontal">
@@ -287,15 +277,15 @@
287277
</StackPanel>
288278

289279
<TextBlock
290-
Grid.Row="5"
280+
Grid.Row="4"
291281
Grid.Column="0"
292282
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
293283
HorizontalAlignment="Left"
294284
VerticalAlignment="Center"
295285
Foreground="{DynamicResource Color05B}"
296286
Text="{DynamicResource plugin_explorer_shell_path}" />
297287
<StackPanel
298-
Grid.Row="5"
288+
Grid.Row="4"
299289
Grid.Column="1"
300290
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
301291
Orientation="Horizontal">
@@ -314,14 +304,14 @@
314304
</StackPanel>
315305

316306
<TextBlock
317-
Grid.Row="6"
307+
Grid.Row="5"
318308
Grid.Column="0"
319309
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
320310
VerticalAlignment="Center"
321311
Foreground="{DynamicResource Color05B}"
322312
Text="{DynamicResource plugin_explorer_Index_Search_Engine}" />
323313
<ComboBox
324-
Grid.Row="6"
314+
Grid.Row="5"
325315
Grid.Column="1"
326316
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
327317
HorizontalAlignment="Left"
@@ -331,14 +321,14 @@
331321
SelectedItem="{Binding SelectedIndexSearchEngine}" />
332322

333323
<TextBlock
334-
Grid.Row="7"
324+
Grid.Row="6"
335325
Grid.Column="0"
336326
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
337327
VerticalAlignment="Center"
338328
Foreground="{DynamicResource Color05B}"
339329
Text="{DynamicResource plugin_explorer_Content_Search_Engine}" />
340330
<ComboBox
341-
Grid.Row="7"
331+
Grid.Row="6"
342332
Grid.Column="1"
343333
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
344334
HorizontalAlignment="Left"
@@ -348,14 +338,14 @@
348338
SelectedItem="{Binding SelectedContentSearchEngine}" />
349339

350340
<TextBlock
351-
Grid.Row="8"
341+
Grid.Row="7"
352342
Grid.Column="0"
353343
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
354344
VerticalAlignment="Center"
355345
Foreground="{DynamicResource Color05B}"
356346
Text="{DynamicResource plugin_explorer_Directory_Recursive_Search_Engine}" />
357347
<ComboBox
358-
Grid.Row="8"
348+
Grid.Row="7"
359349
Grid.Column="1"
360350
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
361351
HorizontalAlignment="Left"
@@ -365,14 +355,14 @@
365355
SelectedItem="{Binding SelectedPathEnumerationEngine}" />
366356

367357
<TextBlock
368-
Grid.Row="9"
358+
Grid.Row="8"
369359
Grid.Column="0"
370360
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
371361
VerticalAlignment="Center"
372362
Foreground="{DynamicResource Color05B}"
373363
Text="{DynamicResource plugin_explorer_Excluded_File_Types}" />
374364
<TextBox
375-
Grid.Row="9"
365+
Grid.Row="8"
376366
Grid.Column="1"
377367
MinWidth="{StaticResource SettingPanelTextBoxMinWidth}"
378368
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
@@ -381,14 +371,14 @@
381371
ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" />
382372

383373
<TextBlock
384-
Grid.Row="10"
374+
Grid.Row="9"
385375
Grid.Column="0"
386376
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
387377
VerticalAlignment="Center"
388378
Foreground="{DynamicResource Color05B}"
389379
Text="{DynamicResource plugin_explorer_Maximum_Results}" />
390380
<TextBox
391-
Grid.Row="10"
381+
Grid.Row="9"
392382
Grid.Column="1"
393383
MinWidth="{StaticResource SettingPanelTextBoxMinWidth}"
394384
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
@@ -400,7 +390,7 @@
400390
ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}" />
401391

402392
<Button
403-
Grid.Row="11"
393+
Grid.Row="10"
404394
Grid.Column="0"
405395
Grid.ColumnSpan="2"
406396
Margin="{StaticResource SettingPanelItemTopBottomMargin}"

0 commit comments

Comments
 (0)