Skip to content

Commit

Permalink
Window icon fix
Browse files Browse the repository at this point in the history
FIX Window icon is too pixelated
Issue #417
  • Loading branch information
AleksandarDev committed Apr 13, 2013
1 parent b3edbec commit 3301f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MahApps.Metro/Themes/MetroWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
</Grid.ColumnDefinitions>
<Image
Visibility="{TemplateBinding ShowIconOnTitleBar, Converter={StaticResource BooleanToVisibilityConverter}}"
Source="{TemplateBinding Icon}"/>
Source="{TemplateBinding Icon}"
RenderOptions.EdgeMode="Aliased" RenderOptions.BitmapScalingMode="HighQuality"/>
<TextBlock
x:Name="WindowTitleTextBlock"
Grid.Column="1"
Expand Down

0 comments on commit 3301f31

Please sign in to comment.