From kde-commits Wed Jan 28 19:35:41 2004 From: Ariya Hidayat Date: Wed, 28 Jan 2004 19:35:41 +0000 To: kde-commits Subject: koffice/lib/kofficeui Message-Id: <20040128193541.A58CAA0C6 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107533507701680 CVS commit by ariya: default to 100% zoom M +2 -0 kozoomaction.cpp 1.3 --- koffice/lib/kofficeui/kozoomaction.cpp #1.2:1.3 @@ -109,4 +109,6 @@ void KoZoomAction::init() setItems( values ); + setCurrentItem( values.findIndex( QString("%1%").arg( 100 ) ) ); + connect( this, SIGNAL( activated( const QString& ) ), SLOT( activated( const QString& ) ) );