Cleanup settings ui

This commit is contained in:
Andy Adshead 2019-06-16 00:23:39 +01:00 committed by Xpl0itR
parent be8b57bc66
commit 74ee0ad452
No known key found for this signature in database
GPG key ID: 91798184109676AD
3 changed files with 822 additions and 592 deletions

View file

@ -159,7 +159,7 @@ namespace Ryujinx
CustThemeDir.Buffer.Text = SwitchConfig.CustomThemePath;
GameDirsBox.AppendColumn("Game Directories", new CellRendererText(), "text", 0);
GameDirsBox.AppendColumn("", new CellRendererText(), "text", 0);
GameDirsBoxStore = new ListStore(typeof(string));
GameDirsBox.Model = GameDirsBoxStore;
foreach (string GameDir in SwitchConfig.GameDirs)

File diff suppressed because it is too large Load diff

View file

@ -26,6 +26,12 @@ separator {
background: #929394;
}
.GameDir {
border-color: #929394;
border-width: 1px;
border-style: solid;
}
notebook {
border: none;
}