Skip to content

Commit 7910ab3

Browse files
authored
Merge pull request #3450 from Flow-Launcher/settings_panel_improvement
Fix explorer settings panel margin
2 parents 39fccb5 + e29bf74 commit 7910ab3

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)