Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Nov 22, 2024
2 parents 5935672 + 096e10b commit b0d90d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Themes/Controls/InRibbonGallery.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Fluent="clr-namespace:Fluent"
xmlns:FluentHelpers="clr-namespace:Fluent.Helpers"
Expand Down Expand Up @@ -436,7 +436,7 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TempateBinding BorderThickness}"
BorderThickness="{TemplateBinding BorderThickness}"
ClipToBounds="True">
<Grid Background="{DynamicResource Fluent.Ribbon.Brushes.InRibbonGallery.Content.Background}">
<ScrollViewer x:Name="ScrollViewer"
Expand Down

0 comments on commit b0d90d6

Please sign in to comment.