diff --git a/Plugins/Flow.Launcher.Plugin.Calculator/Views/CalculatorSettings.xaml b/Plugins/Flow.Launcher.Plugin.Calculator/Views/CalculatorSettings.xaml index d6237c6da..ceee3897c 100644 --- a/Plugins/Flow.Launcher.Plugin.Calculator/Views/CalculatorSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Calculator/Views/CalculatorSettings.xaml @@ -17,7 +17,7 @@ - + @@ -30,7 +30,7 @@ @@ -39,8 +39,9 @@ Grid.Row="0" Grid.Column="1" MaxWidth="300" - Margin="10,5,0,5" + Margin="{StaticResource SettingPanelItemRightTopBottomMargin}" HorizontalAlignment="Left" + VerticalAlignment="Center" ItemsSource="{Binding Source={ui:EnumBindingSource {x:Type calculator:DecimalSeparator}}}" SelectedItem="{Binding Settings.DecimalSeparator}"> @@ -53,7 +54,7 @@ @@ -61,8 +62,9 @@ x:Name="MaxDecimalPlaces" Grid.Row="1" Grid.Column="1" - Margin="10,5,0,5" + Margin="{StaticResource SettingPanelItemRightTopBottomMargin}" HorizontalAlignment="Left" + VerticalAlignment="Center" ItemsSource="{Binding MaxDecimalPlacesRange}" SelectedItem="{Binding Settings.MaxDecimalPlaces}" />