Kill old hippo canvas toolbar impl
This commit is contained in:
parent
f7bb2f86de
commit
9a77a6e251
@ -21,7 +21,6 @@ sugar_PYTHON = \
|
||||
snowflakebox.py \
|
||||
spreadbox.py \
|
||||
toggletoolbutton.py \
|
||||
toolbar.py \
|
||||
toolbox.py \
|
||||
toolbutton.py \
|
||||
toolcombobox.py \
|
||||
|
@ -1,14 +0,0 @@
|
||||
import gobject
|
||||
import hippo
|
||||
|
||||
from sugar.graphics import units
|
||||
|
||||
class Toolbar(hippo.CanvasBox):
|
||||
__gtype_name__ = 'Toolbar'
|
||||
|
||||
def __init__(self, orientation=hippo.ORIENTATION_HORIZONTAL):
|
||||
hippo.CanvasBox.__init__(self, orientation=orientation,
|
||||
background_color=0x414141ff,
|
||||
box_height=units.grid_to_pixels(1),
|
||||
padding_left=units.grid_to_pixels(1),
|
||||
padding_right=units.grid_to_pixels(1))
|
Loading…
Reference in New Issue
Block a user