Skip to content

Commit

Permalink
Fixes #346 by changing margin of window icon
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Sep 17, 2016
1 parent 782a8f1 commit adfb788
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 @@ -23,6 +23,7 @@
- [#339](../../issues/339) - SelectedTabChanged fired when selection of contained Selector changes
- [#341](../../issues/341) - Fix text going under custom window commands (thanks @chrfin)
- [#342](../../issues/342) - Fixed dependency property name of property Groups in GalleryGroupFilter. (thanks @polepage)
- [#346](../../issues/346) - RibbonWindow icon is blurry (thanks @chdft)

- ### Enhancements
- [#276](../../issues/276) - Custom method for saving and restoring QAT items
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 @@ -27,7 +27,7 @@
<Image x:Name="PART_Icon"
Height="16"
Width="16"
Margin="4,0,0,0"
Margin="4,1,0,0"
Visibility="{TemplateBinding IsIconVisible, Converter={StaticResource BooleanToVisibilityConverter}}"
Source="{TemplateBinding Icon, Converter={StaticResource IconConvert}}"
SnapsToDevicePixels="True" />
Expand Down

0 comments on commit adfb788

Please sign in to comment.