File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Plugins/Wox.Plugin.Calculator/Views Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2626 <ColumnDefinition Width =" 3*" />
2727 </Grid .ColumnDefinitions>
2828
29- <TextBlock Grid.Column=" 0" Text = " Decimal separator " VerticalAlignment = " Center " /> <!-- Text="{DynamicResource wox_plugin_calculator_output_decimal_seperator}" /> -- >
29+ <TextBlock Grid.Column=" 0" Grid.Row= " 0 " Text =" {DynamicResource wox_plugin_calculator_output_decimal_seperator}" VerticalAlignment = " Center " / >
3030 <ComboBox Grid.Column=" 1"
31- x : Name =" DecimalSeparatorComboBox"
32- Width =" 200"
33- HorizontalAlignment =" Left"
34- SelectedItem =" {Binding Settings.DecimalSeparator}"
35- ItemsSource =" {Binding Source={ui:EnumBindingSource {x:Type calculator:DecimalSeparator}}}" >
31+ Grid.Row=" 0"
32+ x : Name =" DecimalSeparatorComboBox"
33+ Width =" 200"
34+ HorizontalAlignment =" Left"
35+ SelectedItem =" {Binding Settings.DecimalSeparator}"
36+ ItemsSource =" {Binding Source={ui:EnumBindingSource {x:Type calculator:DecimalSeparator}}}" >
3637 <ComboBox .ItemTemplate>
3738 <DataTemplate >
3839 <TextBlock Text =" {Binding Converter={StaticResource LocalizationConverter}}" />
You can’t perform that action at this time.
0 commit comments