CVS commit by mlaurent: Backport fix shutdown dialogbox password line size was too small M +9 -8 kdmshutdown.cpp 1.31.2.1 --- kdebase/kdm/kfrontend/kdmshutdown.cpp #1.31:1.31.2.1 @@ -131,5 +131,6 @@ KDMShutdown::KDMShutdown( QWidget *_pare qhb->addWidget( plb ); qhb->addWidget( pswdEdit ); - + set_fixed( pswdEdit ); + set_min( plb); timer = new QTimer( this ); connect( timer, SIGNAL(timeout()), SLOT(timerDone()) );