From 56521cb9236ac7e967117cb967c371c1ae836061 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 23 Dec 2017 23:32:36 +0300 Subject: Remove default parameters from extendedlistbox. --- src/gui/windows/npcdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/windows/npcdialog.cpp') diff --git a/src/gui/windows/npcdialog.cpp b/src/gui/windows/npcdialog.cpp index ca6607c41..1a1a69227 100644 --- a/src/gui/windows/npcdialog.cpp +++ b/src/gui/windows/npcdialog.cpp @@ -111,7 +111,7 @@ NpcDialog::NpcDialog(const BeingId npcId) : mItems(), mImages(), mItemList(CREATEWIDGETR(ExtendedListBox, - this, this, "extendedlistbox.xml")), + this, this, "extendedlistbox.xml", 13)), mListScrollArea(new ScrollArea(this, mItemList, fromBool(getOptionBool("showlistbackground"), Opaque), "npc_listbackground.xml")), -- cgit v1.2.3-60-g2f50