From 78eaf49c07bf015a330fe321012bf141d85bb7ef Mon Sep 17 00:00:00 2001 From: zetaPRIME Date: Fri, 17 Mar 2017 07:10:07 -0400 Subject: [PATCH] remove redundant justification from Label field and give MessageBox its own TextConfig in metrics --- libstarlight/source/starlight/dialog/MessageBox.cpp | 2 +- libstarlight/source/starlight/ui/Label.cpp | 4 ++-- libstarlight/source/starlight/ui/Label.h | 1 - themes/default/metrics.json | 6 +++++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/libstarlight/source/starlight/dialog/MessageBox.cpp b/libstarlight/source/starlight/dialog/MessageBox.cpp index 864fc27..10b69d0 100644 --- a/libstarlight/source/starlight/dialog/MessageBox.cpp +++ b/libstarlight/source/starlight/dialog/MessageBox.cpp @@ -35,7 +35,7 @@ MessageBox::MessageBox(Mode m, const std::string& msg, std::function touchScreen->Add(scroll); auto label = std::make_shared