larger sidebar icon

svn: r8152
This commit is contained in:
Benny Malengier 2007-02-18 00:25:09 +00:00
parent 97d401e686
commit 26256d77a0

View File

@ -756,7 +756,7 @@ class ViewManager:
if use_text:
image.set_from_stock(page_stock, gtk.ICON_SIZE_BUTTON)
else:
image.set_from_stock(page_stock, gtk.ICON_SIZE_LARGE_TOOLBAR)
image.set_from_stock(page_stock, gtk.ICON_SIZE_DND)
image.show()
hbox.pack_start(image,False,False)
hbox.set_spacing(4)