--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sat Feb 18 16:10:22 2012 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sat Feb 18 16:20:52 2012 +0100 @@ -339,10 +339,11 @@ # draw a dot for the revision if currentRev: # enlarge dot for the current revision - delta = 2 + delta = 1 radius += 2 * delta dot_y -= delta dot_x -= delta + penradius = 3 painter.setBrush(dotColor) pen = QPen(pencolor) pen.setWidth(penradius)