|
200 | 200 | Padding="4"
|
201 | 201 | BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}"
|
202 | 202 | CornerRadius="3"
|
203 |
| - Value="{Binding DefaultFontSize, Mode=TwoWay}"> |
204 |
| - <NumericUpDown.Styles> |
205 |
| - <Style Selector="NumericUpDown /template/ ButtonSpinner#PART_Spinner"> |
206 |
| - <Setter Property="MinHeight" Value="0"/> |
207 |
| - <Setter Property="Height" Value="28"/> |
208 |
| - </Style> |
209 |
| - <Style Selector="NumericUpDown /template/ TextBox#PART_TextBox"> |
210 |
| - <Setter Property="MinHeight" Value="0"/> |
211 |
| - <Setter Property="Height" Value="28"/> |
212 |
| - <Setter Property="VerticalContentAlignment" Value="Center"/> |
213 |
| - <Setter Property="CornerRadius" Value="3,0,0,3"/> |
214 |
| - </Style> |
215 |
| - </NumericUpDown.Styles> |
216 |
| - </NumericUpDown> |
| 203 | + Value="{Binding DefaultFontSize, Mode=TwoWay}"/> |
217 | 204 |
|
218 | 205 | <TextBlock Grid.Row="4" Grid.Column="0"
|
219 | 206 | Text="{DynamicResource Text.Preference.Appearance.ColorOverrides}"
|
|
382 | 369 | CornerRadius="3"
|
383 | 370 | ParsingNumberStyle="Integer"
|
384 | 371 | FormatString="0"
|
385 |
| - Value="{Binding GitAutoFetchInterval, Mode=TwoWay, FallbackValue=10}"> |
386 |
| - <NumericUpDown.Styles> |
387 |
| - <Style Selector="NumericUpDown /template/ ButtonSpinner#PART_Spinner"> |
388 |
| - <Setter Property="MinHeight" Value="0"/> |
389 |
| - <Setter Property="Height" Value="28"/> |
390 |
| - </Style> |
391 |
| - <Style Selector="NumericUpDown /template/ TextBox#PART_TextBox"> |
392 |
| - <Setter Property="MinHeight" Value="0"/> |
393 |
| - <Setter Property="Height" Value="28"/> |
394 |
| - <Setter Property="VerticalContentAlignment" Value="Center"/> |
395 |
| - <Setter Property="CornerRadius" Value="3,0,0,3"/> |
396 |
| - </Style> |
397 |
| - </NumericUpDown.Styles> |
398 |
| - </NumericUpDown> |
| 372 | + Value="{Binding GitAutoFetchInterval, Mode=TwoWay, FallbackValue=10}"/> |
399 | 373 |
|
400 | 374 | <TextBlock Grid.Column="1"
|
401 | 375 | VerticalAlignment="Center"
|
|
0 commit comments