Skip to content

Commit

Permalink
Fixes #1135
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed May 15, 2023
1 parent 91dc5d5 commit 712d795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- [#1133](../../issues/1133) - Fixing binding path to attached property for simplified ControlTemplates (thanks @dcm99)
- [#1134](../../issues/1134) - Selected Tab on first render has a black border
- [#1135](../../issues/1135) - Black line between Ribbon and Window (when using a colorful theme)

## 10.0.0

Expand Down
5 changes: 3 additions & 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 @@ -23,7 +23,8 @@
HorizontalAlignment="Stretch"
VerticalAlignment="Top"
Background="{TemplateBinding TitleBackground}"
LastChildFill="True">
LastChildFill="True"
Margin="0 0 0 -1">
<Image x:Name="PART_Icon"
Width="16"
Height="16"
Expand Down

0 comments on commit 712d795

Please sign in to comment.