Skip to content

Commit

Permalink
add some padding below titlebar
Browse files Browse the repository at this point in the history
(Fixes #20 &  RhBug: 1214057)
  • Loading branch information
Tim Lauridsen committed Apr 22, 2015
1 parent f42f5cd commit c9858ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/yumex/__init__.py
Expand Up @@ -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)
Expand Down

0 comments on commit c9858ab

Please sign in to comment.