mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-31 20:42:43 -05:00
make scrollbar width a multiple of 16
having even sizes helps raster-rendering to work better
This commit is contained in:
parent
8c3beaa4df
commit
eecde5212f
|
|
@ -269,8 +269,8 @@
|
|||
<Setter Property="BorderBrush" Value="{DynamicResource Backlight}"/>
|
||||
<Setter Property="Foreground" Value="{DynamicResource Primary}"/>
|
||||
<Setter Property="BorderThickness" Value="1,0"/>
|
||||
<Setter Property="Width" Value="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}"/>
|
||||
<Setter Property="MinWidth" Value="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}"/>
|
||||
<Setter Property="Width" Value="16"/>
|
||||
<Setter Property="MinWidth" Value="16"/>
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="{x:Type ScrollBar}">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user