File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- [ #1133 ] ( ../../issues/1133 ) - Fixing binding path to attached property for simplified ControlTemplates (thanks @dcm99 )
8
8
- [ #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)
9
10
10
11
## 10.0.0
11
12
Original file line number Diff line number Diff line change 1
- <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1
+ <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
xmlns : Fluent =" clr-namespace:Fluent"
4
4
xmlns : controlzex =" urn:controlzex"
23
23
HorizontalAlignment =" Stretch"
24
24
VerticalAlignment =" Top"
25
25
Background =" {TemplateBinding TitleBackground}"
26
- LastChildFill =" True" >
26
+ LastChildFill =" True"
27
+ Margin =" 0 0 0 -1" >
27
28
<Image x : Name =" PART_Icon"
28
29
Width =" 16"
29
30
Height =" 16"
You can’t perform that action at this time.
0 commit comments