mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve design for inner settings panel
This commit is contained in:
parent
64f02c3fd7
commit
9e43774508
2 changed files with 2 additions and 4 deletions
|
|
@ -5594,6 +5594,4 @@
|
|||
|
||||
<Thickness x:Key="SettingPanelItemLeftTopBottomMargin">9,9,0,9</Thickness>
|
||||
<Thickness x:Key="SettingPanelItemRightTopBottomMargin">0,9,9,9</Thickness>
|
||||
<Thickness x:Key="SettingPanelItemLeftBottomMargin">9,0,0,9</Thickness>
|
||||
<Thickness x:Key="SettingPanelItemRightBottomMargin">0,0,9,9</Thickness>
|
||||
</ResourceDictionary>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
<TextBlock
|
||||
Grid.Row="1"
|
||||
Grid.Column="0"
|
||||
Margin="{StaticResource SettingPanelItemRightBottomMargin}"
|
||||
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="14"
|
||||
Text="{DynamicResource flowlauncher_plugin_calculator_max_decimal_places}" />
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
x:Name="MaxDecimalPlaces"
|
||||
Grid.Row="1"
|
||||
Grid.Column="1"
|
||||
Margin="{StaticResource SettingPanelItemRightBottomMargin}"
|
||||
Margin="{StaticResource SettingPanelItemRightTopBottomMargin}"
|
||||
HorizontalAlignment="Left"
|
||||
VerticalAlignment="Center"
|
||||
ItemsSource="{Binding MaxDecimalPlacesRange}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue