UI improvements

svn: r5775
This commit is contained in:
Richard Taylor
2006-01-17 14:54:46 +00:00
parent 345b35c3b9
commit d5ec08247d
8 changed files with 82 additions and 41 deletions

View File

@ -29,10 +29,6 @@ class FamilyPreviewFrame(gtk.Frame):
image_box.pack_start(self._image_l)
image_box.pack_start(self._image_r)
# test image
image_frame = gtk.Frame()
image_frame.add(image_box)
# Text
label = gtk.Label()
label.set_use_markup(True)
@ -45,7 +41,7 @@ class FamilyPreviewFrame(gtk.Frame):
# box
box = gtk.VBox()
box.pack_start(image_frame)
box.pack_start(image_box,False,False)
box.pack_start(label)