From kde-commits Thu Jan 30 08:56:18 2003 From: Laurent Montel Date: Thu, 30 Jan 2003 08:56:18 +0000 To: kde-commits Subject: KDE_3_1_BRANCH: kdebase/kdm/kfrontend X-MARC-Message: https://marc.info/?l=kde-commits&m=104391708812268 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()) );