Cleanup settings ui
This commit is contained in:
parent
be8b57bc66
commit
74ee0ad452
3 changed files with 822 additions and 592 deletions
|
@ -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
|
@ -26,6 +26,12 @@ separator {
|
|||
background: #929394;
|
||||
}
|
||||
|
||||
.GameDir {
|
||||
border-color: #929394;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
notebook {
|
||||
border: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue