GNOME Bugzilla – Bug 679006
The "size" attribute for labels only accepts integer values (not strings like "larger")
Last modified: 2013-09-14 02:59:05 UTC
Steps to reproduce: 1. Open any glade window containing a label. 2. Select the "Attributes" radio button, and click "Edit" by "Attributes". 3. Try to set the "size" attribute to "larger" Expected results: The label's text is shown in "larger" size. Actual results: Glade breaks completely, and refuses to draw any contents of the container (including contents unrelated to the label).
Hi Matthew, the symbolic sizes are for pango markup, pango size attribute is an integer. In any case glade should not let you enter a string for these properties Fixed in master, and soon in 3.16