Skip to content

Commit

Permalink
Merge pull request #560 from cricketthomas/master
Browse files Browse the repository at this point in the history
Update TabViewItemScrollButtonFontSize Size
  • Loading branch information
amwx authored May 18, 2024
2 parents d9a80ed + a05178d commit 2e46a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<Setter Property="Background" Value="{DynamicResource TabViewScrollButtonBackground}"/>
<Setter Property="Foreground" Value="{DynamicResource TabViewScrollButtonForeground}"/>
<Setter Property="CornerRadius" Value="{DynamicResource ControlCornerRadius}"/>
<Setter Property="FontSize" Value="{DynamicResource TabViewItemScrollButonFontSize}"/>
<Setter Property="FontSize" Value="{DynamicResource TabViewItemScrollButtonFontSize}"/>
<Setter Property="FontFamily" Value="{DynamicResource SymbolThemeFontFamily}"/>
<Setter Property="Width" Value="{DynamicResource TabViewItemScrollButtonWidth}"/>
<Setter Property="Height" Value="{DynamicResource TabViewItemScrollButtonHeight}"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<Thickness x:Key="TabViewItemHeaderCloseMargin">4,0,0,0</Thickness>
<x:Double x:Key="TabViewItemScrollButtonWidth">32</x:Double>
<x:Double x:Key="TabViewItemScrollButtonHeight">24</x:Double>
<x:Double x:Key="TabViewItemScrollButonFontSize">8</x:Double>
<x:Double x:Key="TabViewItemScrollButtonFontSize">14</x:Double>
<Thickness x:Key="TabViewItemScrollButtonPadding">7,3,7,3</Thickness>
<Thickness x:Key="TabViewItemLeftScrollButtonContainerPadding">8,0,3,3</Thickness>
<Thickness x:Key="TabViewItemRightScrollButtonContainerPadding">3,0,8,3</Thickness>
Expand Down

0 comments on commit 2e46a93

Please sign in to comment.