Skip to content

Commit

Permalink
Fixes #438 by adding a margin of 2,0,0,0 to window icon when maximized
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed May 17, 2017
1 parent f55a932 commit 191ed2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
- [#419](../../issues/419) - BackstageTabItem Is Never Deselected if BackstageTabControl is not Logical Parent
- [#428](../../issues/428) - Values from DependencyProperties with FrameworkPropertyMetadataOptions.Inherits are not properly inherited from Ribbon to Menu, StartScreen and some other children
This also overrules the fix made for [#415](../../issues/415).
- [#438](../../issues/438) - Titlebar icon missing left margin when maximized

- ### Enhancements
- [#417](../../issues/417) - Keytips for Splitbuttons
Expand Down
2 changes: 1 addition & 1 deletion Fluent.Ribbon/Themes/RibbonWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
Value="0" />
<Setter Property="Margin"
TargetName="PART_Icon"
Value="0" />
Value="2,0,0,0" />
<Setter Property="Visibility"
TargetName="PART_Border"
Value="Collapsed" />
Expand Down

0 comments on commit 191ed2e

Please sign in to comment.