From 6afbd218f72684241e34e3561c900f41a5542010 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 Jul 2016 19:55:16 +0300 Subject: Fix too big lines. --- src/gui/windows/statuswindow.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/statuswindow.cpp') diff --git a/src/gui/windows/statuswindow.cpp b/src/gui/windows/statuswindow.cpp index 26c7acb39..c762084fd 100644 --- a/src/gui/windows/statuswindow.cpp +++ b/src/gui/windows/statuswindow.cpp @@ -121,8 +121,9 @@ StatusWindow::StatusWindow() : max = PlayerInfo::getAttribute(Attributes::PLAYER_EXP_NEEDED); mXpBar = new ProgressBar(this, - max ? static_cast(PlayerInfo::getAttribute(Attributes::PLAYER_EXP)) - / static_cast(max) : static_cast(0), + max ? + static_cast(PlayerInfo::getAttribute(Attributes::PLAYER_EXP)) / + static_cast(max) : static_cast(0), 80, 0, ProgressColorId::PROG_EXP, -- cgit v1.2.3-70-g09d2