Increase ref label padding

This commit is contained in:
Jesse van den Kieboom 2015-08-22 14:27:45 +02:00
parent 01ce13d1a4
commit 9f1a72ccf3

View file

@ -22,7 +22,7 @@ namespace Gitg
public class LabelRenderer public class LabelRenderer
{ {
private static const int margin = 2; private static const int margin = 2;
private static const int padding = 4; private static const int padding = 6;
private static string label_text(Ref r) private static string label_text(Ref r)
{ {