summaryrefslogtreecommitdiff
path: root/src/gui/windows/charcreatedialog.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-23 23:39:01 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-23 23:39:01 +0300
commit98295d32030c620040e3e6bd912c6808174640e4 (patch)
tree20f938a3dc3421d0c9db1c9bbe6af63643470fe6 /src/gui/windows/charcreatedialog.cpp
parent56521cb9236ac7e967117cb967c371c1ae836061 (diff)
downloadmv-98295d32030c620040e3e6bd912c6808174640e4.tar.gz
mv-98295d32030c620040e3e6bd912c6808174640e4.tar.bz2
mv-98295d32030c620040e3e6bd912c6808174640e4.tar.xz
mv-98295d32030c620040e3e6bd912c6808174640e4.zip
Remove default parameters from tabstrip.
Diffstat (limited to 'src/gui/windows/charcreatedialog.cpp')
-rw-r--r--src/gui/windows/charcreatedialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp
index 9037ac614..4f9c82fe2 100644
--- a/src/gui/windows/charcreatedialog.cpp
+++ b/src/gui/windows/charcreatedialog.cpp
@@ -243,7 +243,8 @@ CharCreateDialog::CharCreateDialog(CharSelectDialog *const parent,
const int size = config.getIntValue("fontSize");
mGenderStrip = new TabStrip(this,
"gender_" + getWindowName(),
- size + 16);
+ size + 16,
+ 0);
mGenderStrip->setPressFirst(false);
mGenderStrip->addActionListener(this);
mGenderStrip->setActionEventId("gender_");