[hafqa] [hafqa] [Bug 1240] label_yalign is broken in gtk.Frame, yet text is too close to frame box

From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.org
Date: Thu May 3 17:28:23 EEST 2007
https://maemo.org/bugzilla/show_bug.cgi?id=1240





------- Additional Comments From sean at cs.gmu.edu  2007-05-03 17:28 -------
Here's a test case example.  Notice that the descenders of the letters are dropping into the Frame 
border (very ugly) on the N800.  And there is no way to fix it because setting the yalign property has no 
effect (see the two attempts below). 

import gtk
w = gtk.Window()
f = gtk.Frame(label="ggjjhhyyppqq")
f.set_label_align(0, 0.5)  # This line doesn't have any effect
f.set_property("label-yalign", 0.5)  # This line doesn't have any effect
b1 = gtk.Button("Yucky")
f.add(b1)
w.add(f)
w.show_all()
gtk.main()


-- 
Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

More information about the hafqa mailing list