changed the default theme

This commit is contained in:
Xpl0itR 2019-07-29 22:26:34 +01:00
parent 92535e2b53
commit 85b695f247
No known key found for this signature in database
GPG key ID: 91798184109676AD
3 changed files with 4014 additions and 197 deletions

File diff suppressed because it is too large Load diff

View file

@ -177,12 +177,6 @@ namespace Ryujinx.UI
public static void ApplyTheme()
{
Settings settings = Settings.Default;
settings.XftRgba = "rgb";
settings.XftDpi = 96;
settings.XftHinting = 1;
settings.XftHintstyle = "hintfull";
CssProvider cssProvider = new CssProvider();
if (SwitchSettings.SwitchConfig.EnableCustomTheme)

View file

@ -286,7 +286,7 @@ namespace Ryujinx.UI
_gameDirsBoxStore.GetIterFirst(out TreeIter iter);
for (int i = 0; i < _gameDirsBoxStore.IterNChildren(); i++)
{
_gameDirsBoxStore.GetValue(iter, i );
_gameDirsBoxStore.GetValue(iter, i);
gameDirs.Add((string)_gameDirsBoxStore.GetValue(iter, 0));