|
17 | 17 | <RowDefinition Height="*" />
|
18 | 18 | </Grid.RowDefinitions>
|
19 | 19 | <Grid.ColumnDefinitions>
|
| 20 | + <ColumnDefinition Width="Auto" /> |
| 21 | + <ColumnDefinition Width="*" /> |
20 | 22 | <ColumnDefinition Width="2*" />
|
21 |
| - <ColumnDefinition Width="2*" /> |
22 |
| - <ColumnDefinition Width="3*" /> |
23 | 23 | </Grid.ColumnDefinitions>
|
24 | 24 | <CheckBox Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="2" Margin="0,5,0,0"
|
25 | 25 | Content="{sd:Localize AddIns.HexEditor.SizeToFit}"
|
26 | 26 | IsChecked="{sd:OptionBinding local:Settings.FitToWidth}" />
|
27 |
| - <Label Grid.Column="0" Grid.Row="2" Margin="0,5,0,0" |
28 |
| - Content="{sd:StringParse ${res:AddIns.HexEditor.DefaultBytesPerLine}:}" /> |
29 | 27 | <Label Grid.Column="0" Grid.Row="1" Margin="0,5,0,0"
|
30 | 28 | Content="{sd:StringParse ${res:AddIns.HexEditor.NumeralSystem}:}" />
|
31 | 29 | <widgets:NumericUpDown x:Name="bytesPerLine" Grid.Column="1" Grid.Row="1"
|
32 | 30 | Margin="0,5,0,0" Minimum="1" />
|
33 |
| - <ComboBox x:Name="viewModes" Grid.Column="1" Grid.Row="2" Margin="0,5,0,0" |
| 31 | + <ComboBox x:Name="viewModes" Grid.Column="0" Grid.Row="2" Margin="0,5,0,0" |
34 | 32 | SelectedValue="{sd:OptionBinding local:Settings.ViewMode}"
|
35 | 33 | SelectedValuePath="Value" DisplayMemberPath="Text" />
|
| 34 | + <Label Grid.Column="1" Grid.Row="2" Grid.ColumnSpan="2" Margin="0,5,0,0" |
| 35 | + Content="{sd:StringParse ${res:AddIns.HexEditor.DefaultBytesPerLine}}" /> |
36 | 36 | <Label Grid.Column="0" Grid.Row="3" Margin="0,5,0,0"
|
37 | 37 | Content="{sd:StringParse ${res:AddIns.HexEditor.Display.Elements.Offset}:}" />
|
38 | 38 | <ui:ColorPickerButton x:Name="offsetColorPicker" Grid.Column="1" Grid.Row="3" Margin="0,5,0,0"
|
|
0 commit comments