diff multichoicedialog.cpp @ 202:3d4291d4226c

* Treat command failure on hg heads as a success, so that following actions happen properly (hg heads fails on empty repo) * Hide no-modifications-yet label when widget is first created, show it only if it would actually be true * Set directory name to window title * Various textual fixes
author Chris Cannam
date Tue, 04 Jan 2011 14:31:22 +0000
parents f16fe0db11f3
children 8fd71f570884
line wrap: on
line diff
--- a/multichoicedialog.cpp	Tue Jan 04 12:42:28 2011 +0000
+++ b/multichoicedialog.cpp	Tue Jan 04 14:31:22 2011 +0000
@@ -49,7 +49,7 @@
     outer->addWidget(m_descriptionLabel, 2, 0, 1, 3);
 
     QFont f = m_descriptionLabel->font();
-    f.setPointSize(f.pointSize() * 0.9);
+    f.setPointSize(f.pointSize() * 0.95);
     m_descriptionLabel->setFont(f);
 
     m_urlLabel = new QLabel(tr("&URL:"));