From 5ffbb0ca66337bd13a21a1875cc5bec5cc9a724d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Aug 2013 13:22:30 +0300 Subject: move money lable in status window for small resolutions. --- src/gui/statuswindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/statuswindow.cpp') diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 3f13adbdb..1e1c0fe4d 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -214,7 +214,6 @@ StatusWindow::StatusWindow() : } place(0, 0, mLvlLabel, 3); - place(8, 0, mMoneyLabel, 3); place(0, 1, mHpLabel).setPadding(3); place(1, 1, mHpBar, 4); place(5, 1, mXpLabel).setPadding(3); @@ -237,15 +236,17 @@ StatusWindow::StatusWindow() : mJobLabel = new Label(this, _("Job:")); mJobBar = new ProgressBar(this, 0.0f, 80, 0, Theme::PROG_JOB); - place(5, 0, mJobLvlLabel, 3); + place(3, 0, mJobLvlLabel, 3); place(5, 2, mJobLabel).setPadding(3); place(6, 2, mJobBar, 5); + place(6, 0, mMoneyLabel, 3); } else { mJobLvlLabel = nullptr; mJobLabel = nullptr; mJobBar = nullptr; + place(3, 0, mMoneyLabel, 3); } // ---------------------- -- cgit v1.2.3-60-g2f50