[meld] ui.statusbar: Make our status bar more compact



commit cbb39689cdc3e396f06b63677ec3e5961fe736a9
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Mon Oct 2 10:24:51 2017 +1000

    ui.statusbar: Make our status bar more compact

 meld/ui/statusbar.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meld/ui/statusbar.py b/meld/ui/statusbar.py
index 5bab263..97d80aa 100644
--- a/meld/ui/statusbar.py
+++ b/meld/ui/statusbar.py
@@ -109,6 +109,7 @@ class MeldStatusBar(Gtk.Statusbar):
 
     def __init__(self):
         GObject.GObject.__init__(self)
+        self.props.margin = 0
         self.props.spacing = 6
 
         hbox = self.get_message_area()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]