File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 82
82
<Style .Setters>
83
83
<Setter Property =" IsTabStop" Value =" False" />
84
84
<Setter Property =" MinWidth" Value =" 34" />
85
- <Setter Property =" Height" Value =" 20" />
85
+ <Setter Property =" Height" Value =" 34" />
86
+ <Setter Property =" Margin" Value =" 4,0,0,0" />
86
87
<Setter Property =" VerticalAlignment" Value =" Stretch" />
87
88
<Setter Property =" Background" Value =" Transparent" />
88
89
<Setter Property =" BorderBrush" Value =" {DynamicResource TextControlBorderBrush}" />
445
446
<RepeatButton
446
447
x : Name =" UpSpinButton"
447
448
Grid.Row=" 1"
448
- Grid.Column=" 0"
449
- Grid.ColumnSpan=" 2"
450
- Margin =" 110,0,0,0"
449
+ Grid.Column=" 1"
451
450
ui:ControlHelper.CornerRadius=" 0"
452
451
Content =" {StaticResource ChevronUp}"
453
452
FontSize =" 11"
457
456
<RepeatButton
458
457
x : Name =" DownSpinButton"
459
458
Grid.Row=" 1"
460
- Grid.Column=" 0"
461
- Grid.ColumnSpan=" 2"
462
- Margin =" 150,0,0,0"
459
+ Grid.Column=" 2"
463
460
ui:ControlHelper.CornerRadius=" 0"
464
461
Content =" {StaticResource ChevronDown}"
465
462
FontSize =" 11"
1578
1575
</ControlTemplate .Resources>
1579
1576
<Border
1580
1577
x : Name =" ButtonLayoutGrid"
1581
- Margin =" 0,0,88,0"
1582
1578
Background =" {DynamicResource TextControlButtonBackground}"
1583
1579
BorderBrush =" {DynamicResource TextControlButtonBorderBrush}"
1584
1580
BorderThickness =" {TemplateBinding BorderThickness}"
You can’t perform that action at this time.
0 commit comments