Resize dialogbox

wilder-work
Montel Laurent 13 years ago
parent ea96d2b5fc
commit 8a5501b3b5
  1. 1
      identity/identityaddvcarddialog.cpp

@ -78,6 +78,7 @@ IdentityAddVcardDialog::IdentityAddVcardDialog(KPIMIdentities::IdentityManager *
label, SLOT(setEnabled(bool)) );
connect( radio, SIGNAL(toggled(bool)),
mComboBox, SLOT(setEnabled(bool)) );
resize(350, 130);
}
IdentityAddVcardDialog::~IdentityAddVcardDialog()

Loading…
Cancel
Save