diff src/moreinformationdialog.cpp @ 444:66ec8b2ee946

Provide auth key and file information to easyhg extension
author Chris Cannam
date Tue, 28 Jun 2011 15:59:13 +0100
parents b9c153e00e84
children 533519ebc0cb
line wrap: on
line diff
--- a/src/moreinformationdialog.cpp	Tue Jun 28 14:33:50 2011 +0100
+++ b/src/moreinformationdialog.cpp	Tue Jun 28 15:59:13 2011 +0100
@@ -79,7 +79,7 @@
     m_moreText->hide();
     if (more == "") m_moreButton->hide();
 
-    layout->setRowStretch(1, 20);
+    layout->setRowStretch(1, 10);
     layout->setColumnStretch(1, 20);
     setMinimumWidth(400);
 }