|
121 | 121 | <TabItem.Header>
|
122 | 122 | <TextBlock Classes="tab_header" Text="{DynamicResource Text.Preference.Appearance}"/>
|
123 | 123 | </TabItem.Header>
|
124 |
| - <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
| 124 | + <Grid Margin="8" RowDefinitions="32,32,32,32,32,32,32,32,Auto" ColumnDefinitions="Auto,*"> |
125 | 125 | <TextBlock Grid.Row="0" Grid.Column="0"
|
126 | 126 | Text="{DynamicResource Text.Preference.Appearance.Theme}"
|
127 | 127 | HorizontalAlignment="Right"
|
|
170 | 170 | Value="{Binding DefaultFontSize, Mode=TwoWay}"/>
|
171 | 171 |
|
172 | 172 | <TextBlock Grid.Row="4" Grid.Column="0"
|
| 173 | + Text="{DynamicResource Text.Preference.Appearance.EditorFontSize}" |
| 174 | + HorizontalAlignment="Right" |
| 175 | + Margin="0,0,16,0"/> |
| 176 | + <NumericUpDown Grid.Row="4" Grid.Column="1" |
| 177 | + Minimum="10" Maximum="18" Increment="0.5" |
| 178 | + Height="28" |
| 179 | + Padding="4" |
| 180 | + BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}" |
| 181 | + CornerRadius="3" |
| 182 | + Value="{Binding EditorFontSize, Mode=TwoWay}"/> |
| 183 | + |
| 184 | + <TextBlock Grid.Row="5" Grid.Column="0" |
173 | 185 | Text="{DynamicResource Text.Preference.Appearance.ThemeOverrides}"
|
174 | 186 | HorizontalAlignment="Right"
|
175 | 187 | Margin="0,0,16,0"/>
|
176 |
| - <TextBox Grid.Row="4" Grid.Column="1" |
| 188 | + <TextBox Grid.Row="5" Grid.Column="1" |
177 | 189 | Height="28"
|
178 | 190 | CornerRadius="3"
|
179 | 191 | Text="{Binding ThemeOverrides, Mode=TwoWay}">
|
|
184 | 196 | </TextBox.InnerRightContent>
|
185 | 197 | </TextBox>
|
186 | 198 |
|
187 |
| - <CheckBox Grid.Row="5" Grid.Column="1" |
| 199 | + <CheckBox Grid.Row="6" Grid.Column="1" |
188 | 200 | Content="{DynamicResource Text.Preference.Appearance.OnlyUseMonoFontInEditor}"
|
189 | 201 | IsChecked="{Binding OnlyUseMonoFontInEditor, Mode=TwoWay}"/>
|
190 | 202 |
|
191 |
| - <CheckBox Grid.Row="6" Grid.Column="1" |
| 203 | + <CheckBox Grid.Row="7" Grid.Column="1" |
192 | 204 | Height="32"
|
193 | 205 | Content="{DynamicResource Text.Preference.Appearance.UseFixedTabWidth}"
|
194 | 206 | IsChecked="{Binding Source={x:Static vm:Preference.Instance}, Path=UseFixedTabWidth, Mode=TwoWay}"/>
|
195 | 207 |
|
196 |
| - <CheckBox Grid.Row="7" Grid.Column="1" |
| 208 | + <CheckBox Grid.Row="8" Grid.Column="1" |
197 | 209 | Height="32"
|
198 | 210 | Content="{DynamicResource Text.Preference.Appearance.UseNativeWindowFrame}"
|
199 | 211 | IsChecked="{Binding Source={x:Static vm:Preference.Instance}, Path=UseSystemWindowFrame, Mode=OneTime}"
|
|
0 commit comments