diff src/changesetitem.cpp @ 430:e43fc86506d1

Fix changeset detail item alignment
author Chris Cannam
date Fri, 24 Jun 2011 14:34:57 +0100
parents 75003687f364
children 8bdc8f27d19c
line wrap: on
line diff
--- a/src/changesetitem.cpp	Fri Jun 24 09:28:31 2011 +0100
+++ b/src/changesetitem.cpp	Fri Jun 24 14:34:57 2011 +0100
@@ -77,7 +77,7 @@
 //    m_detail->moveBy(x() - (m_detail->boundingRect().width() - 50) / 2,
 //                     y() + 60);
     m_detail->moveBy(x() + (w + 50) / 2 + 10 + 0.5,
-                     y() - (m_detail->boundingRect().height() - h) / 2 + 0.5);
+                     y() - (m_detail->boundingRect().height() - h) / 3 + 0.5);
     emit detailShown();
 }