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 760528 - GtkFrame child should start below the label widget
GtkFrame child should start below the label widget
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-01-12 14:06 UTC by Christoph Reiter (lazka)
Modified: 2016-01-16 00:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot-compare (11.03 KB, image/png)
2016-01-12 14:06 UTC, Christoph Reiter (lazka)
Details
example-python-code (729 bytes, text/plain)
2016-01-12 14:07 UTC, Christoph Reiter (lazka)
Details

Description Christoph Reiter (lazka) 2016-01-12 14:06:57 UTC
Created attachment 318871 [details]
screenshot-compare

In current trunk the upper bound of the child widget is the frame but in 3.18 it was the lower bound of the label widget. This leads to the label widget overlapping the content of the frame.

See attached example code and screenshot comparing 3.18 and 3.20.
Comment 1 Christoph Reiter (lazka) 2016-01-12 14:07:19 UTC
Created attachment 318872 [details]
example-python-code