Mercurial > hg > easyhg
diff connectionitem.cpp @ 153:70fe12873106
* Show both parents of uncommitted merge; fixes to right-button menus
author | Chris Cannam |
---|---|
date | Thu, 02 Dec 2010 17:55:21 +0000 |
parents | 644bd31e8301 |
children | 8fd71f570884 |
line wrap: on
line diff
--- a/connectionitem.cpp Thu Dec 02 11:51:15 2010 +0000 +++ b/connectionitem.cpp Thu Dec 02 17:55:21 2010 +0000 @@ -76,7 +76,7 @@ float yscale = 90; float size = 50; - float ygap = yscale - size; + float ygap = yscale - size - 2; int p_col = m_parent->column(), p_row = m_parent->row(); int c_col, c_row;