diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-23 23:32:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-23 23:32:36 +0300 |
commit | 56521cb9236ac7e967117cb967c371c1ae836061 (patch) | |
tree | cb12fba676bf6a437b12644aca25c81c1c6ea451 /src/gui/windows/npcdialog.cpp | |
parent | be1719093f07d2545a0d6bfe5710e1fc0b93b2f0 (diff) | |
download | manaplus-56521cb9236ac7e967117cb967c371c1ae836061.tar.gz manaplus-56521cb9236ac7e967117cb967c371c1ae836061.tar.bz2 manaplus-56521cb9236ac7e967117cb967c371c1ae836061.tar.xz manaplus-56521cb9236ac7e967117cb967c371c1ae836061.zip |
Remove default parameters from extendedlistbox.
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")), |