mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 14:15:00 +00:00
ux: use RenderOptions.BitmapInterpolationMode="HighQuality" for shell icons
This commit is contained in:
parent
3fd1e0ea19
commit
6811103cf4
2 changed files with 4 additions and 1 deletions
|
@ -266,6 +266,7 @@
|
|||
Padding="8,0"
|
||||
HorizontalAlignment="Stretch"
|
||||
HorizontalContentAlignment="Left"
|
||||
RenderOptions.BitmapInterpolationMode="HighQuality"
|
||||
FontSize="{Binding DefaultFontSize, Mode=OneWay}"
|
||||
SelectedIndex="{Binding GitShell, Mode=TwoWay}"
|
||||
IsVisible="{OnPlatform False, Windows=True}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue