Skip to content

Commit cbb3968

Browse files
committed
ui.statusbar: Make our status bar more compact
1 parent b9acba7 commit cbb3968

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meld/ui/statusbar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class MeldStatusBar(Gtk.Statusbar):
109109

110110
def __init__(self):
111111
GObject.GObject.__init__(self)
112+
self.props.margin = 0
112113
self.props.spacing = 6
113114

114115
hbox = self.get_message_area()

0 commit comments

Comments
 (0)