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 728054 - entry: consider ascent and descent when requesting height
entry: consider ascent and descent when requesting height
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkEntry
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-04-11 19:17 UTC by Cosimo Cecchi
Modified: 2014-04-14 07:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
entry: consider ascent and descent when requesting height (1.06 KB, patch)
2014-04-11 19:17 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2014-04-11 19:17:21 UTC
See patch
Comment 1 Cosimo Cecchi 2014-04-11 19:17:23 UTC
Created attachment 274128 [details] [review]
entry: consider ascent and descent when requesting height

Commit d05191a010bcd9871b0155a785989192967c692b change the height
requisition to be completely dependent on the PangoLayout, but that
breaks when the font has special characters with different metrics.
Use the maximum between the two instead.
Comment 2 Matthias Clasen 2014-04-12 01:58:58 UTC
Attachment 274128 [details] pushed as a5bd147 - entry: consider ascent and descent when requesting height