From eac0ebd493f6be170c8caa8df21ae147b1486d50 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Mon, 11 May 2009 17:14:03 +1200 Subject: 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. --- src/gui/partywindow.cpp | 4 ++-- 1 file 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(); } -- cgit v1.2.3-70-g09d2