mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
style<PageTabBar>: transparent background for scroller
This commit is contained in:
parent
e56a267fc8
commit
9e0a5fc860
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
x:Name="leftScroller"
|
x:Name="leftScroller"
|
||||||
Click="ScrollLeft"
|
Click="ScrollLeft"
|
||||||
Width="18"
|
Width="18"
|
||||||
HoverBackground="{DynamicResource Brush.TabButtonHover}"
|
HoverBackground="Transparent"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
Icon="{StaticResource Icon.ScrollLeft}"
|
Icon="{StaticResource Icon.ScrollLeft}"
|
||||||
WindowChrome.IsHitTestVisibleInChrome="True"
|
WindowChrome.IsHitTestVisibleInChrome="True"
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
x:Name="rightScroller"
|
x:Name="rightScroller"
|
||||||
Click="ScrollRight"
|
Click="ScrollRight"
|
||||||
Width="18"
|
Width="18"
|
||||||
HoverBackground="{DynamicResource Brush.TabButtonHover}"
|
HoverBackground="Transparent"
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
Icon="{StaticResource Icon.ScrollRight}"
|
Icon="{StaticResource Icon.ScrollRight}"
|
||||||
WindowChrome.IsHitTestVisibleInChrome="True"
|
WindowChrome.IsHitTestVisibleInChrome="True"
|
||||||
|
|
Loading…
Reference in a new issue