mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
ux: disable scrollbar in NumericUpDown
control (#1023)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
aa0d4b4296
commit
92fa25ae8d
1 changed files with 2 additions and 0 deletions
|
@ -1299,6 +1299,8 @@
|
|||
<Setter Property="MinHeight" Value="0"/>
|
||||
<Setter Property="Height" Value="28"/>
|
||||
<Setter Property="VerticalContentAlignment" Value="Center"/>
|
||||
<Setter Property="ScrollViewer.HorizontalScrollBarVisibility" Value="Disabled"/>
|
||||
<Setter Property="ScrollViewer.VerticalScrollBarVisibility" Value="Disabled"/>
|
||||
</Style>
|
||||
<Style Selector="^:focus-within /template/ ButtonSpinner#PART_Spinner">
|
||||
<Setter Property="BorderBrush" Value="{DynamicResource Brush.Accent}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue