aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/classeditor/classeditor.cpp
diff options
context:
space:
mode:
authorGravatar Noldor2010-08-09 10:50:04 +0000
committerGravatar Noldor2010-08-09 10:50:04 +0000
commitb3e7354010a0288df52455409991024f689cd4fc (patch)
tree9c13506fb0ace807a6e2ad730c8dc0cd16d86377 /src/modules/classeditor/classeditor.cpp
parentFixed dataSendProgressEvent in http kvs class (diff)
downloadKVIrc-b3e7354010a0288df52455409991024f689cd4fc.tar.gz
KVIrc-b3e7354010a0288df52455409991024f689cd4fc.tar.bz2
KVIrc-b3e7354010a0288df52455409991024f689cd4fc.zip
Fix in classeditor member function dialog
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4824 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor/classeditor.cpp')
-rw-r--r--src/modules/classeditor/classeditor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/classeditor/classeditor.cpp b/src/modules/classeditor/classeditor.cpp
index b376aabc6..22fd54cd6 100644
--- a/src/modules/classeditor/classeditor.cpp
+++ b/src/modules/classeditor/classeditor.cpp
@@ -1919,6 +1919,7 @@ KviClassEditorFunctionDialog::KviClassEditorFunctionDialog(QWidget * pParent, co
m_pReminderLineEdit = new QLineEdit(hbox);
m_pReminderLineEdit->setText(szReminder);
+
hbox = new KviTalHBox(this);
hbox->setSpacing(0);
hbox->setMargin(0);
@@ -1940,7 +1941,7 @@ KviClassEditorFunctionDialog::KviClassEditorFunctionDialog(QWidget * pParent, co
hbox = new KviTalHBox(this);
hbox->setSpacing(0);
hbox->setMargin(0);
- pLayout->addWidget(hbox,3,0);
+ pLayout->addWidget(hbox,4,0);
m_pNewFunctionButton = new QPushButton(hbox);
m_pNewFunctionButton->setObjectName("newfunctionbutton");