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
icc-effect-5.14.5
Martin Gräßlin 2009-12-16 19:46:42 +00:00
parent 6aacd897e2
commit 391f4a3e23
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ void KWinDesktopConfig::init()
m_ui->desktopNames->setMaxDesktops( maxDesktops );
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 );
layout->addWidget( m_ui );