Changeset 4243 for zero-center
- Timestamp:
- Apr 12, 2017, 9:28:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zero-center/trunk/fuentes/install-files/usr/share/zero-center/zero-center.py
r4242 r4243 18 18 gi.require_version('PangoCairo', '1.0') 19 19 from gi.repository import Gtk, Gdk, GObject, GLib, PangoCairo, Pango 20 21 20 22 21 except Exception as e: … … 1064 1063 hbox.set_margin_left(20) 1065 1064 self.content_hbox.pack_start(hbox,False,False,5) 1065 1066 self.content_hbox.get_children()[-1].set_margin_bottom(10) 1066 1067 1067 1068 #def add_categories_to_window … … 1081 1082 label.set_name("WHITE-15") 1082 1083 expander=Gtk.HSeparator() 1084 expander.set_margin_right(15) 1083 1085 tmpbox.set_margin_left(10) 1086 tmpbox.set_margin_top(5) 1084 1087 tmpbox.pack_start(img,False,False,0) 1085 1088 tmpbox.pack_start(label,False,False,10)
Note: See TracChangeset
for help on using the changeset viewer.