This commit is contained in:
wieslawsoltes 2018-11-15 13:16:53 +00:00
Родитель 4eca586618
Коммит ac69b2da3f
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -117,10 +117,13 @@
<Setter Property="Padding" Value="1"/>
</Style>
<Style Selector="NumericUpDown.picker /template/ TextBox#PART_Spinner">
<Setter Property="Padding" Value="2"/>
<Setter Property="Padding" Value="1"/>
</Style>
<Style Selector="ButtonSpinner /template/ RepeatButton">
<Setter Property="Padding" Value="1"/>
</Style>
<Style Selector="NumericUpDown.picker /template/ TextBox#PART_TextBox">
<Setter Property="Margin" Value="2"/>
<Setter Property="Margin" Value="1"/>
<Setter Property="Padding" Value="1"/>
</Style>
<Style Selector="TextBlock.picker">