diff --git a/src/yumex/__init__.py b/src/yumex/__init__.py index 93597ec..dfe5783 100644 --- a/src/yumex/__init__.py +++ b/src/yumex/__init__.py @@ -307,6 +307,7 @@ def __init__(self, ui): self.props.orientation = Gtk.Orientation.HORIZONTAL self.set_margin_start(5) self.set_margin_end(5) + self.set_margin_top(5) self.ui = ui self.pack_start(self.ui.get_object('header_start'), True, True, 0) self.pack_end(self.ui.get_object('header_end'), False, False, 0)