We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9acba7 commit cbb3968Copy full SHA for cbb3968
1 file changed
meld/ui/statusbar.py
@@ -109,6 +109,7 @@ class MeldStatusBar(Gtk.Statusbar):
109
110
def __init__(self):
111
GObject.GObject.__init__(self)
112
+ self.props.margin = 0
113
self.props.spacing = 6
114
115
hbox = self.get_message_area()
0 commit comments