mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #3450 from Flow-Launcher/settings_panel_improvement
Fix explorer settings panel margin
This commit is contained in:
commit
7910ab34e8
1 changed files with 2 additions and 2 deletions
|
|
@ -598,7 +598,7 @@
|
|||
<ComboBox
|
||||
Grid.Row="2"
|
||||
Grid.Column="1"
|
||||
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
|
||||
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
||||
VerticalAlignment="Center"
|
||||
ItemsSource="{Binding Settings.SortOptions, Mode=OneWay}"
|
||||
SelectedItem="{Binding Settings.SortOption}"
|
||||
|
|
@ -623,7 +623,7 @@
|
|||
Grid.Row="3"
|
||||
Grid.Column="1"
|
||||
Width="{StaticResource SettingPanelPathTextBoxWidth}"
|
||||
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
|
||||
Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}"
|
||||
HorizontalAlignment="Left"
|
||||
Text="{Binding EverythingInstalledPath}" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue