UI: Fix logo aliasing
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
<DockPanel HorizontalAlignment="Stretch">
|
||||
<Image
|
||||
Name="RyuLogo"
|
||||
Margin="2, 1,-1, 0"
|
||||
Height="36"
|
||||
Width="36"
|
||||
Margin="7, 0"
|
||||
Height="25"
|
||||
Width="25"
|
||||
ToolTip.Tip="{Binding Title}"
|
||||
Source="resm:Ryujinx.UI.Common.Resources.Logo_Ryujinx.png?assembly=Ryujinx.UI.Common" />
|
||||
Source="resm:Ryujinx.UI.Common.Resources.Logo_Thiccjinx.png?assembly=Ryujinx.UI.Common" />
|
||||
<Menu
|
||||
Name="Menu"
|
||||
Height="35"
|
||||
Height="32"
|
||||
Margin="0"
|
||||
HorizontalAlignment="Left"
|
||||
IsOpen="{Binding IsSubMenuOpen, Mode=OneWayToSource}">
|
||||
|
||||
Reference in New Issue
Block a user