apparently setColSpacing is new in Qt3.2. this one goes out to everyone
still compiling with 3.1 svn path=/trunk/kdebase/kwin/; revision=234785
This commit is contained in:
parent
ad483c520d
commit
fdbe58d03f
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ ModernSysConfig::ModernSysConfig(KConfig* conf, QWidget* parent) : QObject(paren
|
||||||
vbox->addWidget(handleBox);
|
vbox->addWidget(handleBox);
|
||||||
vbox->addStretch(1);
|
vbox->addStretch(1);
|
||||||
|
|
||||||
layout->setColSpacing(0, 30);
|
// layout->setColSpacing(0, 30);
|
||||||
|
layout->addItem(new QSpacerItem(30, 10, QSizePolicy::Fixed, QSizePolicy::Fixed), 1, 0);
|
||||||
layout->addWidget(sliderBox, 1, 1);
|
layout->addWidget(sliderBox, 1, 1);
|
||||||
|
|
||||||
load(conf);
|
load(conf);
|
||||||
|
|
Loading…
Reference in a new issue