aboutsummaryrefslogtreecommitdiff
path: root/gui/chooser.cpp
diff options
context:
space:
mode:
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);