summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-15 18:01:03 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-15 18:01:03 +0300
commit4193299e2e05d40477a50e5cb0fcc906227f53a2 (patch)
tree973b96352f5bfdf0d6765f0e6388ec4fd955011c /src/gui/inventorywindow.cpp
parent9fc07b15f1b051eecd662802162772804dc77b8e (diff)
downloadplus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.gz
plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.bz2
plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.tar.xz
plus-4193299e2e05d40477a50e5cb0fcc906227f53a2.zip
Split input settings tab to categories.
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r--src/gui/inventorywindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index d6fb95fe7..425130b57 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -139,7 +139,7 @@ InventoryWindow::InventoryWindow(Inventory *inventory):
mSlotsBar = new ProgressBar(0.0f, 100, 20, Theme::PROG_INVY_SLOTS);
int size = config.getIntValue("fontSize");
- mFilter = new TabStrip("filter_" + getWindowName(), size + 8, 0);
+ mFilter = new TabStrip("filter_" + getWindowName(), size + 8);
mFilter->addActionListener(this);
mFilter->setActionEventId("tag_");