SVN commit 825115 by annma: let it start with a size, setMinimumSize() causes it to resize to 0,0 at start M +0 -2 lockout.cpp --- trunk/KDE/kdebase/workspace/plasma/applets/lock_logout/lockout.cpp #825114:825115 @@ -46,8 +46,6 @@ m_layout->setContentsMargins(0,0,0,0); m_layout->setSpacing(0); - setMinimumSize(0, 0); - Plasma::Icon *icon_lock = new Plasma::Icon(KIcon("system-lock-screen"), "", this); m_layout->addItem(icon_lock); connect(icon_lock, SIGNAL(clicked()), this, SLOT(clickLock()));