Add small padding on hunk header

This commit is contained in:
Jesse van den Kieboom 2015-08-25 21:43:01 +02:00 committed by Ignacio Casal Quinteiro
parent 91c0854c54
commit 99e4ff36c4

View file

@ -115,7 +115,7 @@ class Gitg.DiffViewHunk : Gtk.Grid
d_sym_lines.size +
d_sym_lines.xpad * 2;
d_sourceview_hunk.move_child(d_label_hunk, -wx, 0);
d_sourceview_hunk.move_child(d_label_hunk, -wx + 6, 0);
}
protected override bool map_event(Gdk.EventAny event)