Plasma part for setting the number of rows in desktop kcm is missing, so we hide it.
Will be back when trunk reopens and I have to bug Plasma devs to implement it ;-) svn path=/trunk/KDE/kdebase/workspace/; revision=1063035
This commit is contained in:
parent
6aacd897e2
commit
391f4a3e23
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ void KWinDesktopConfig::init()
|
||||||
m_ui->desktopNames->setMaxDesktops( maxDesktops );
|
m_ui->desktopNames->setMaxDesktops( maxDesktops );
|
||||||
m_ui->desktopNames->numberChanged( defaultDesktops );
|
m_ui->desktopNames->numberChanged( defaultDesktops );
|
||||||
|
|
||||||
|
// number of rows are still missing in Plasma - hide them for now
|
||||||
|
// TODO: bring them back when trunk is open and bug Plasma devs ;-)
|
||||||
|
m_ui->label->hide();
|
||||||
|
m_ui->rowsSpinBox->hide();
|
||||||
|
|
||||||
QVBoxLayout* layout = new QVBoxLayout( this );
|
QVBoxLayout* layout = new QVBoxLayout( this );
|
||||||
layout->addWidget( m_ui );
|
layout->addWidget( m_ui );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue