diff options
Diffstat (limited to 'src/modules/theme/packthemedialog.cpp')
| -rw-r--r-- | src/modules/theme/packthemedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp index b10317032..66235bc4e 100644 --- a/src/modules/theme/packthemedialog.cpp +++ b/src/modules/theme/packthemedialog.cpp @@ -244,7 +244,7 @@ KviPackThemeDialog::KviPackThemeDialog(QWidget * pParent,KviPointerList<KviTheme pLayout->setRowStretch(3,1); - pLayout->setColStretch(1,1); + pLayout->setColumnStretch(1,1); addPage(pPage,__tr2qs_ctx("Package Informations","theme")); setBackEnabled(pPage,true); |
