changeset 430:e43fc86506d1

Fix changeset detail item alignment
author Chris Cannam
date Fri, 24 Jun 2011 14:34:57 +0100
parents 6a9756700fd1
children e57de4e97056
files src/changesetitem.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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();
 }