Do not use units
This commit is contained in:
parent
f2eca57d13
commit
2ae2279d94
@ -34,7 +34,7 @@ class ToolComboBox(gtk.ToolItem):
|
|||||||
|
|
||||||
gobject.GObject.__init__(self, **kwargs)
|
gobject.GObject.__init__(self, **kwargs)
|
||||||
|
|
||||||
self.set_border_width(units.microgrid_to_pixels(1))
|
self.set_border_width(style.DEFAULT_PADDING)
|
||||||
|
|
||||||
hbox = gtk.HBox(False, style.DEFAULT_SPACING)
|
hbox = gtk.HBox(False, style.DEFAULT_SPACING)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user