From a3b6b0efb5a4b2472aeb94865fb292641d477001 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 6 Jun 2009 17:48:46 +0000 Subject: Make PopUp widget look more balanced svn-id: r41261 --- gui/ThemeEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index fe93a1f7d6..f81bae4d27 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -952,7 +952,7 @@ void ThemeEngine::drawPopUpWidget(const Common::Rect &r, const Common::String &s queueDD(dd, r); if (!sel.empty()) { - Common::Rect text(r.left, r.top, r.right - 16, r.bottom); + Common::Rect text(r.left + 3, r.top + 1, r.right - 10, r.bottom); queueDDText(getTextData(dd), text, sel, true, false, _widgets[dd]->_textAlignH, _widgets[dd]->_textAlignV, deltax); } } -- cgit v1.2.3