summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@NOSPAM@hotmail.com>2009-05-11 17:14:03 +1200
committerJared Adams <jaxad0127@gmail.com>2009-05-11 18:46:50 -0600
commiteac0ebd493f6be170c8caa8df21ae147b1486d50 (patch)
treed8f08bc78e7fbf80af923dd36161b6ab4cc7b060
parent9c19ba0ce027fe987b101f14f35b765159947eb0 (diff)
downloadmana-client-eac0ebd493f6be170c8caa8df21ae147b1486d50.tar.gz
mana-client-eac0ebd493f6be170c8caa8df21ae147b1486d50.tar.bz2
mana-client-eac0ebd493f6be170c8caa8df21ae147b1486d50.tar.xz
mana-client-eac0ebd493f6be170c8caa8df21ae147b1486d50.zip
Expand the label in the party window to stop names from being cut off (again)
Since there are now brackets around the hp values, we need the room for them, too.
-rw-r--r--src/gui/partywindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/partywindow.cpp b/src/gui/partywindow.cpp
index 982898fb..cb514844 100644
--- a/src/gui/partywindow.cpp
+++ b/src/gui/partywindow.cpp
@@ -50,9 +50,9 @@ PartyWindow::PartyWindow() :
setResizable(true);
setSaveVisible(true);
setCloseButton(true);
- setMinWidth(200);
+ setMinWidth(212);
setMinHeight(200);
- setDefaultSize(590, 200, 200, 200);
+ setDefaultSize(590, 200, 212, 200);
loadWindowState();
}