aboutsummaryrefslogtreecommitdiff
path: root/gui/chooser.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-11-08 23:22:16 +0000
committerPaweł Kołodziejski2003-11-08 23:22:16 +0000
commit14b7d027a24391b39e29b7168b8d67b2b6ebffae (patch)
tree29b76bd0fb949ecc9ed5269b5c43deaaf650af5f /gui/chooser.cpp
parente01e3ae46373b8af39daab782a6642f12da8f937 (diff)
downloadscummvm-rg350-14b7d027a24391b39e29b7168b8d67b2b6ebffae.tar.gz
scummvm-rg350-14b7d027a24391b39e29b7168b8d67b2b6ebffae.tar.bz2
scummvm-rg350-14b7d027a24391b39e29b7168b8d67b2b6ebffae.zip
cleanup whitespaces
svn-id: r11223
Diffstat (limited to 'gui/chooser.cpp')
-rw-r--r--gui/chooser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/chooser.cpp b/gui/chooser.cpp
index 646a3fb7ae..1d6a273185 100644
--- a/gui/chooser.cpp
+++ b/gui/chooser.cpp
@@ -28,7 +28,7 @@ enum {
};
ChooserDialog::ChooserDialog(const String &title, const StringList& list, const String &buttonLabel, int height)
- : Dialog(8, (200 - height) / 2, 320 -2 * 8, height) {
+ : Dialog(8, (200 - height) / 2, 320 - 2 * 8, height) {
// Headline
new StaticTextWidget(this, 10, 6, _w - 2 * 10, kLineHeight, title, kTextAlignCenter);