mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
oops
svn-id: r11074
This commit is contained in:
parent
af71b2f309
commit
be560b6ec6
@ -77,7 +77,7 @@ GlobalOptionsDialog::GlobalOptionsDialog(GameDetector &detector)
|
||||
|
||||
// The GFX mode popup & a label
|
||||
// TODO - add an API to query the list of available GFX modes, and to get/set the mode
|
||||
new StaticTextWidget(tab, vBorder, vBorder+2, 100, kLineHeight, "Graphics mode: ", kTextAlignRight);
|
||||
new StaticTextWidget(tab, 5, vBorder+2, 100, kLineHeight, "Graphics mode: ", kTextAlignRight);
|
||||
PopUpWidget *gfxPopUp;
|
||||
gfxPopUp = new PopUpWidget(tab, 105, vBorder, 180, kLineHeight);
|
||||
gfxPopUp->appendEntry("<default>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user