After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679006 - The "size" attribute for labels only accepts integer values (not strings like "larger")
The "size" attribute for labels only accepts integer values (not strings like...
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
3.12.x
Other Linux
: Normal major
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-27 20:18 UTC by matthew
Modified: 2013-09-14 02:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description matthew 2012-06-27 20:18:37 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).
Comment 1 Juan Pablo Ugarte 2013-09-14 02:59:05 UTC
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