Skip to content

Commit 2d13d56

Browse files
Fix style
1 parent b096944 commit 2d13d56

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -348,17 +348,11 @@
348348
Header="{DynamicResource plugin_explorer_everything_setting_header}"
349349
Style="{DynamicResource ExplorerTabItem}">
350350
<StackPanel Margin="10" Orientation="Vertical">
351-
<StackPanel Orientation="Horizontal">
352-
<TextBlock
353-
Margin="10"
354-
VerticalAlignment="Center"
355-
Text="{DynamicResource flowlauncher_plugin_everything_search_fullpath}"
356-
TextBlock.Foreground="{DynamicResource Color05B}" />
357351
<CheckBox
358-
Margin="10"
359-
VerticalAlignment="Center"
352+
Margin="20,10,0,0"
353+
HorizontalAlignment="Left"
354+
Content="{DynamicResource flowlauncher_plugin_everything_search_fullpath}"
360355
IsChecked="{Binding Settings.EverythingSearchFullPath}" />
361-
</StackPanel>
362356
<StackPanel Orientation="Horizontal">
363357
<Grid Margin="20,10,0,10">
364358
<Grid.ColumnDefinitions>

0 commit comments

Comments
 (0)