# HG changeset patch # User Chris Cannam # Date 1308922497 -3600 # Node ID e43fc86506d153026c96bee36d7ecfa4c485f065 # Parent 6a9756700fd12ffcb1679009d8b6396335a6cd35 Fix changeset detail item alignment diff -r 6a9756700fd1 -r e43fc86506d1 src/changesetitem.cpp --- 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(); }