We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6dec3 commit fbba318Copy full SHA for fbba318
MemPlus/Views/Windows/SettingsWindow.xaml
@@ -66,12 +66,12 @@
66
<GroupBox Grid.Row="1" Header="{DynamicResource Language}">
67
<Grid>
68
<Grid.ColumnDefinitions>
69
- <ColumnDefinition />
+ <ColumnDefinition Width="Auto" />
70
<ColumnDefinition />
71
</Grid.ColumnDefinitions>
72
73
- <Label Grid.Column="0" Content="{DynamicResource LanguageSetting}" />
74
- <ComboBox x:Name="CboLanguage" Grid.Column="1">
+ <Label Grid.Column="0" Content="{DynamicResource LanguageSetting}" Margin="3" />
+ <ComboBox x:Name="CboLanguage" Grid.Column="1" Margin="3">
75
<ComboBox.Items>
76
<ComboBoxItem Content="English" />
77
<ComboBoxItem Content="Nederlands" />
0 commit comments