|
148 | 148 | <TabItem.Header>
|
149 | 149 | <TextBlock Classes="tab_header" Text="{DynamicResource Text.Preferences.Appearance}"/>
|
150 | 150 | </TabItem.Header>
|
151 |
| - <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
| 151 | + <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
152 | 152 | <TextBlock Grid.Row="0" Grid.Column="0"
|
153 | 153 | Text="{DynamicResource Text.Preferences.Appearance.Theme}"
|
154 | 154 | HorizontalAlignment="Right"
|
|
190 | 190 | Margin="0,0,16,0"/>
|
191 | 191 | <Grid Grid.Row="3" Grid.Column="1" ColumnDefinitions="*,8,*">
|
192 | 192 | <NumericUpDown Grid.Column="0"
|
193 |
| - Minimum="10" Maximum="18" Increment="0.5" |
194 |
| - Height="28" |
195 |
| - Padding="4" |
196 |
| - BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}" |
197 |
| - CornerRadius="3" |
198 |
| - Value="{Binding DefaultFontSize, Mode=TwoWay}"> |
| 193 | + Minimum="10" Maximum="18" Increment="0.5" |
| 194 | + Height="28" |
| 195 | + Padding="4" |
| 196 | + BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}" |
| 197 | + CornerRadius="3" |
| 198 | + Value="{Binding DefaultFontSize, Mode=TwoWay}"> |
199 | 199 | <NumericUpDown.InnerLeftContent>
|
200 | 200 | <Border BorderThickness="0,0,1,0" BorderBrush="{DynamicResource Brush.Border1}">
|
201 | 201 | <TextBlock Margin="4,0" Text="{DynamicResource Text.Preferences.Appearance.FontSize.Default}"/>
|
|
218 | 218 | </Grid>
|
219 | 219 |
|
220 | 220 | <TextBlock Grid.Row="4" Grid.Column="0"
|
| 221 | + Text="{DynamicResource Text.Preferences.Appearance.EditorTabWidth}" |
| 222 | + HorizontalAlignment="Right" |
| 223 | + Margin="0,0,16,0"/> |
| 224 | + <Grid Grid.Row="4" Grid.Column="1"> |
| 225 | + <NumericUpDown Minimum="1" Maximum="16" Increment="1" |
| 226 | + Height="28" |
| 227 | + Padding="4" |
| 228 | + BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}" |
| 229 | + CornerRadius="3" |
| 230 | + Value="{Binding EditorTabWidth, Mode=TwoWay}"/> |
| 231 | + </Grid> |
| 232 | + |
| 233 | + <TextBlock Grid.Row="5" Grid.Column="0" |
221 | 234 | Text="{DynamicResource Text.Preferences.Appearance.ThemeOverrides}"
|
222 | 235 | HorizontalAlignment="Right"
|
223 | 236 | Margin="0,0,16,0"/>
|
224 |
| - <TextBox Grid.Row="4" Grid.Column="1" |
| 237 | + <TextBox Grid.Row="5" Grid.Column="1" |
225 | 238 | Height="28"
|
226 | 239 | CornerRadius="3"
|
227 | 240 | Text="{Binding ThemeOverrides, Mode=TwoWay}">
|
|
232 | 245 | </TextBox.InnerRightContent>
|
233 | 246 | </TextBox>
|
234 | 247 |
|
235 |
| - <CheckBox Grid.Row="5" Grid.Column="1" |
| 248 | + <CheckBox Grid.Row="6" Grid.Column="1" |
236 | 249 | Content="{DynamicResource Text.Preferences.Appearance.OnlyUseMonoFontInEditor}"
|
237 | 250 | IsChecked="{Binding OnlyUseMonoFontInEditor, Mode=TwoWay}"/>
|
238 | 251 |
|
239 |
| - <CheckBox Grid.Row="6" Grid.Column="1" |
| 252 | + <CheckBox Grid.Row="7" Grid.Column="1" |
240 | 253 | Height="32"
|
241 | 254 | Content="{DynamicResource Text.Preferences.Appearance.UseFixedTabWidth}"
|
242 | 255 | IsChecked="{Binding Source={x:Static vm:Preferences.Instance}, Path=UseFixedTabWidth, Mode=TwoWay}"/>
|
243 | 256 |
|
244 |
| - <CheckBox Grid.Row="7" Grid.Column="1" |
| 257 | + <CheckBox Grid.Row="8" Grid.Column="1" |
245 | 258 | Height="32"
|
246 | 259 | Content="{DynamicResource Text.Preferences.Appearance.UseNativeWindowFrame}"
|
247 | 260 | IsChecked="{Binding Source={x:Static vm:Preferences.Instance}, Path=UseSystemWindowFrame, Mode=OneTime}"
|
|
0 commit comments