aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 6572132239..61c45c18f4 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -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>");