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 760967 - notebook gadget allocation issue
notebook gadget allocation issue
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-01-22 03:37 UTC by Matthias Clasen
Modified: 2016-01-22 22:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
testcase (2.29 KB, application/x-designer)
2016-01-22 03:37 UTC, Matthias Clasen
Details

Description Matthias Clasen 2016-01-22 03:37:15 UTC
Created attachment 319532 [details]
testcase

The attached ui file reproduces a problem that was seen in anaconda with 3.19.7. The large, wrapping label in page1 makes for a big worst-case height. And while the notebook does not get allocated that height, the valign=center image on the second page gets positioned as if it was.
Comment 1 Matthias Clasen 2016-01-22 03:37:55 UTC
As a workaround, setting max-width-chars to 50 on the label fixes the image positioning.