Skip to content

Commit

Permalink
Update ScrollBar thumb template to use ThemeResource instead of Stati…
Browse files Browse the repository at this point in the history
…cResource (#6686)
  • Loading branch information
StephenLPeters authored Aug 11, 2023
1 parent 58f6238 commit b695a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/CommonStyles/ScrollBar_themeresources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
Background="{ThemeResource ScrollBarPanningThumbBackground}"
BorderBrush="{ThemeResource ScrollBarThumbBorderBrush}"
Template="{StaticResource HorizontalThumbTemplate}"
Height="{StaticResource ScrollBarHorizontalThumbMinHeight}"
Height="{ThemeResource ScrollBarHorizontalThumbMinHeight}"
MinWidth="{StaticResource ScrollBarHorizontalThumbMinWidth}"
AutomationProperties.AccessibilityView="Raw"
RenderTransformOrigin="0.5,1"
Expand Down Expand Up @@ -782,7 +782,7 @@
Background="{ThemeResource ScrollBarPanningThumbBackground}"
BorderBrush="{ThemeResource ScrollBarThumbBorderBrush}"
Template="{StaticResource VerticalThumbTemplate}"
Width="{StaticResource ScrollBarVerticalThumbMinWidth}"
Width="{ThemeResource ScrollBarVerticalThumbMinWidth}"
MinHeight="{StaticResource ScrollBarVerticalThumbMinHeight}"
AutomationProperties.AccessibilityView="Raw"
RenderTransformOrigin="1,0.5"
Expand Down

0 comments on commit b695a2b

Please sign in to comment.