Skip to content

Commit

Permalink
Fixing style on RibbonScrollViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Nov 5, 2017
1 parent 17818a2 commit e2c3606
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Fluent.Ribbon/Themes/Controls/RibbonScrollViewer.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@
Margin="{TemplateBinding Padding}"
Grid.Row="0" />
<ScrollBar x:Name="PART_VerticalScrollBar"
Style="{DynamicResource ScrollBarWhite}"
AutomationProperties.AutomationId="VerticalScrollBar"
Cursor="Arrow"
Grid.Column="1"
Expand All @@ -393,7 +392,6 @@
Value="{Binding VerticalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}"
ViewportSize="{TemplateBinding ViewportHeight}" />
<ScrollBar x:Name="PART_HorizontalScrollBar"
Style="{DynamicResource ScrollBarWhite}"
AutomationProperties.AutomationId="HorizontalScrollBar"
Cursor="Arrow"
Grid.Column="0"
Expand Down

0 comments on commit e2c3606

Please sign in to comment.