We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06a803 commit e29bf74Copy full SHA for e29bf74
Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml
@@ -598,7 +598,7 @@
598
<ComboBox
599
Grid.Row="2"
600
Grid.Column="1"
601
- Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
+ Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
602
VerticalAlignment="Center"
603
ItemsSource="{Binding Settings.SortOptions, Mode=OneWay}"
604
SelectedItem="{Binding Settings.SortOption}"
@@ -623,7 +623,7 @@
623
Grid.Row="3"
624
625
Width="{StaticResource SettingPanelPathTextBoxWidth}"
626
627
HorizontalAlignment="Left"
628
Text="{Binding EverythingInstalledPath}" />
629
0 commit comments