Skip to content

Commit e29bf74

Browse files
committed
Fix explorer settings panel margin
1 parent d06a803 commit e29bf74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
<ComboBox
599599
Grid.Row="2"
600600
Grid.Column="1"
601-
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
601+
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
602602
VerticalAlignment="Center"
603603
ItemsSource="{Binding Settings.SortOptions, Mode=OneWay}"
604604
SelectedItem="{Binding Settings.SortOption}"
@@ -623,7 +623,7 @@
623623
Grid.Row="3"
624624
Grid.Column="1"
625625
Width="{StaticResource SettingPanelPathTextBoxWidth}"
626-
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
626+
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
627627
HorizontalAlignment="Left"
628628
Text="{Binding EverythingInstalledPath}" />
629629

0 commit comments

Comments
 (0)