From cbb9ceaac89f7a29ff36445f2405c1a24b7a0da8 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Mon, 26 Jan 2009 21:35:48 -0700 Subject: Fixed a few default window sizes so that they look better for first time client loaders. Signed-off-by: Ira Rice --- src/gui/npclistdialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/npclistdialog.cpp') diff --git a/src/gui/npclistdialog.cpp b/src/gui/npclistdialog.cpp index 9f41be67..bb815680 100644 --- a/src/gui/npclistdialog.cpp +++ b/src/gui/npclistdialog.cpp @@ -38,6 +38,8 @@ NpcListDialog::NpcListDialog(): setMinWidth(200); setMinHeight(150); + setDefaultSize(0, 0, 260, 200); + mItemList = new ListBox(this); scrollArea = new ScrollArea(mItemList); okButton = new Button(_("OK"), "ok", this); -- cgit v1.2.3-70-g09d2