deprecated--
using Reinhold's replaceRenamed script setColStretch -> setColumnStretch setColSpacing -> setColumnMinimumWidth setRowSpacing -> setRowMinimumHeight svn path=/trunk/KDE/kdebase/workspace/; revision=532327
This commit is contained in:
parent
ed725e1a15
commit
46c83527e0
2 changed files with 2 additions and 2 deletions
|
@ -265,7 +265,7 @@ void KWMThemeClient::init()
|
|||
layout->addItem( new QSpacerItem(0, 0, QSizePolicy::Fixed, QSizePolicy::Expanding) );
|
||||
layout->addRowSpacing(3, maxExtent);
|
||||
layout->setRowStretch(2, 10);
|
||||
layout->setColStretch(1, 10);
|
||||
layout->setColumnStretch(1, 10);
|
||||
|
||||
QBoxLayout* hb = new QBoxLayout(0, QBoxLayout::LeftToRight, 0, 0, 0);
|
||||
layout->addLayout( hb, 1, 1 );
|
||||
|
|
|
@ -77,7 +77,7 @@ ModernSysConfig::ModernSysConfig(KConfig* conf, QWidget* parent) : QObject(paren
|
|||
vbox->addWidget(handleBox);
|
||||
vbox->addStretch(1);
|
||||
|
||||
// layout->setColSpacing(0, 30);
|
||||
// layout->setColumnMinimumWidth(0, 30);
|
||||
layout->addItem(new QSpacerItem(30, 10, QSizePolicy::Fixed, QSizePolicy::Fixed), 1, 0);
|
||||
layout->addWidget(sliderBox, 1, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue