Skip to content

Commit

Permalink
Removing negative margin from StatusBar
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen authored Nov 6, 2017
1 parent 471be6b commit 8f1d217
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Fluent.Ribbon/Themes/Controls/StatusBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
Value="True" />
<Setter Property="Height"
Value="Auto" />
<Setter Property="Margin"
Value="0,0,0,-1" />
<Setter Property="MinHeight"
Value="23"/>
<Setter Property="Background"
Expand Down Expand Up @@ -186,4 +184,4 @@
</MultiTrigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</ResourceDictionary>
</ResourceDictionary>

0 comments on commit 8f1d217

Please sign in to comment.