diff options
Diffstat (limited to 'src/gui/windows/npcdialog.cpp')
-rw-r--r-- | src/gui/windows/npcdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")), |