Skip to content

Commit

Permalink
Removing negative margin for title bar
Browse files Browse the repository at this point in the history
Reverts changes done for #1135.
#1135 has to be fixed in a different way.
  • Loading branch information
batzen committed Nov 22, 2023
1 parent ee7c1c3 commit d6669c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Fluent.Ribbon/Themes/RibbonWindow.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:controlzex="urn:controlzex"
Expand All @@ -20,7 +20,6 @@

<DockPanel Grid.Row="0"
Height="{TemplateBinding TitleBarHeight}"
Margin="0 0 0 -1"
HorizontalAlignment="Stretch"
VerticalAlignment="Top"
Background="{TemplateBinding TitleBackground}"
Expand Down

0 comments on commit d6669c7

Please sign in to comment.