diff moreinformationdialog.cpp @ 298:fd9dc5a457d8

* Make "More Details" button non-auto-default in more-info dialog * Make Incoming dialog show same message as in Pull dialog when no changes are pending * Try to make the confirm-push/pull dialogs look more in-keeping on OS/X... but mostly we end up making their text too small. Hmm.
author Chris Cannam
date Tue, 22 Feb 2011 15:12:56 +0000
parents 2e34e7ee7baf
children
line wrap: on
line diff
--- a/moreinformationdialog.cpp	Mon Feb 21 19:22:29 2011 +0000
+++ b/moreinformationdialog.cpp	Tue Feb 22 15:12:56 2011 +0000
@@ -56,6 +56,7 @@
 
     m_moreButton = bb->addButton(tr("More Details..."),
                                  QDialogButtonBox::ActionRole);
+    m_moreButton->setAutoDefault(false);
     m_moreButton->setDefault(false);
 
     connect(m_moreButton, SIGNAL(clicked()), this, SLOT(moreClicked()));