aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/managementdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/managementdialog.cpp')
-rw-r--r--src/modules/theme/managementdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp
index a21904018..b9a33322c 100644
--- a/src/modules/theme/managementdialog.cpp
+++ b/src/modules/theme/managementdialog.cpp
@@ -213,7 +213,7 @@ KviThemeManagementDialog::KviThemeManagementDialog(QWidget * parent)
g->addWidget(b,2,1);
g->setRowStretch(1,0);
- g->setColStretch(0,1);
+ g->setColumnStretch(0,1);
fillThemeBox();
m_pContextPopup = new KviTalPopupMenu(this);