Skip to content

Commit 712d795

Browse files
committed
Fixes #1135
1 parent 91dc5d5 commit 712d795

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

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

1011
## 10.0.0
1112

Fluent.Ribbon/Themes/RibbonWindow.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
xmlns:Fluent="clr-namespace:Fluent"
44
xmlns:controlzex="urn:controlzex"
@@ -23,7 +23,8 @@
2323
HorizontalAlignment="Stretch"
2424
VerticalAlignment="Top"
2525
Background="{TemplateBinding TitleBackground}"
26-
LastChildFill="True">
26+
LastChildFill="True"
27+
Margin="0 0 0 -1">
2728
<Image x:Name="PART_Icon"
2829
Width="16"
2930
Height="16"

0 commit comments

Comments
 (0)