Don't hardcode size

wilder-work
Montel Laurent 13 years ago
parent 27f354663c
commit 83d5c6bb1b
  1. 2
      kmmainwidget.cpp

@ -4707,7 +4707,7 @@ void KMMainWidget::slotCollectionPropertiesFinished( KJob *job )
Akonadi::CollectionPropertiesDialog *dlg = new Akonadi::CollectionPropertiesDialog( collection, pages, this );
dlg->setCaption( i18nc( "@title:window", "Properties of Folder %1", collection.name() ) );
dlg->resize( 500, 400 );
const QString pageToShow = fetch->property( "pageToShow" ).toString();
if ( !pageToShow.isEmpty() ) { // show a specific page

Loading…
Cancel
Save