aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/toolbareditor/toolbareditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/toolbareditor/toolbareditor.cpp')
-rw-r--r--src/modules/toolbareditor/toolbareditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/toolbareditor/toolbareditor.cpp b/src/modules/toolbareditor/toolbareditor.cpp
index aac7f3bbd..e74c80508 100644
--- a/src/modules/toolbareditor/toolbareditor.cpp
+++ b/src/modules/toolbareditor/toolbareditor.cpp
@@ -185,7 +185,7 @@ KviCustomToolBarPropertiesDialog::KviCustomToolBarPropertiesDialog(QWidget * p,c
g->addMultiCellWidget(m_pAdvancedButton,4,4,0,1);
g->setRowStretch(0,1);
- g->setColStretch(2,1);
+ g->setColumnStretch(2,1);
}
KviCustomToolBarPropertiesDialog::~KviCustomToolBarPropertiesDialog()
@@ -314,7 +314,7 @@ KviCustomizeToolBarsDialog::KviCustomizeToolBarsDialog(QWidget * p)
g->addWidget(b,7,1);
g->setRowStretch(5,1);
- g->setColStretch(0,1);
+ g->setColumnStretch(0,1);
m_pDrawer->fill();