diff options
author | Chuck Miller <shadowmil@gmail.com> | 2009-07-21 21:09:45 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2009-07-21 21:09:45 -0400 |
commit | 3a489ae95bdfd2c1803a350e791ea8e6c0f8d3d8 (patch) | |
tree | 3535c6283478f8c277a910409e5ca7ef7c848e7a /src/gui | |
parent | 3279a51b2cfc2e5b525768eda21256c172c2134d (diff) | |
download | mana-3a489ae95bdfd2c1803a350e791ea8e6c0f8d3d8.tar.gz mana-3a489ae95bdfd2c1803a350e791ea8e6c0f8d3d8.tar.bz2 mana-3a489ae95bdfd2c1803a350e791ea8e6c0f8d3d8.tar.xz mana-3a489ae95bdfd2c1803a350e791ea8e6c0f8d3d8.zip |
Stops changing to left align when updates
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/statuswindow.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 6dc1c4b3..0c00bd23 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -434,7 +434,6 @@ std::string AttrDisplay::update() if (bonus) value += strprintf(" (%+d)", bonus); mValue->setCaption(value); - mValue->adjustSize(); return mName; } |