image and screen updates

svn: r6352
This commit is contained in:
Don Allingham
2006-04-18 02:09:43 +00:00
parent 6aa2d3e50f
commit 3ae608af89
6 changed files with 47 additions and 8 deletions

@@ -83,7 +83,7 @@ class ListModel:
renderer = gtk.CellRendererPixbuf()
column = gtk.TreeViewColumn(name[0],renderer)
column.add_attribute(renderer,'pixbuf',cnum)
renderer.set_property('height',const.thumbScale)
renderer.set_property('height',const.thumbScale/2)
elif gtk26 and name[3] == COMBO:
store = gtk.ListStore(str)
model = gtk.ListStore(str, object)