mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 07:23:05 +00:00
Default to first tab
svn-id: r11087
This commit is contained in:
parent
a331a298a2
commit
0ece8aab8b
@ -151,6 +151,8 @@ EditGameDialog::EditGameDialog(const String &domain, GameSettings target)
|
||||
_fullscreenCheckbox = new CheckboxWidget(tab, 15, 62, 200, 16, "Use Fullscreen Mode", 0, 'F');
|
||||
_fullscreenCheckbox->setState(ConfMan.getBool("fullscreen", _domain));
|
||||
|
||||
// Activate the first tab
|
||||
tab->setActiveTab(0);
|
||||
|
||||
// GUI: Add OK & Cancel buttons
|
||||
addButton(_w - 2 * (kButtonWidth + 10), _h - 24, "Cancel", kCloseCmd, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user