diff options
Diffstat (limited to 'gui/chooser.cpp')
-rw-r--r-- | gui/chooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/chooser.cpp b/gui/chooser.cpp index 3b18bf912e..aa3dc8f5ca 100644 --- a/gui/chooser.cpp +++ b/gui/chooser.cpp @@ -35,7 +35,7 @@ ChooserDialog::ChooserDialog(const String &title, String prefix, const String &b : Dialog(prefix + "chooser") { // Headline - new StaticTextWidget(this, prefix + "chooser_headline", title, kTextAlignCenter); + new StaticTextWidget(this, prefix + "chooser_headline", title); // Add choice list // HACK: Subtracting -12 from the height makes the list look good when |