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 313896 - GTK+ color picker text entry does not scale correctly with larger fonts
GTK+ color picker text entry does not scale correctly with larger fonts
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: Other
2.8.x
Other Linux
: Normal normal
: Small fix
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-18 21:26 UTC by Sebastien Bacher
Modified: 2013-11-16 09:19 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
example from gtk-demo (59.20 KB, image/png)
2005-08-18 21:27 UTC, Sebastien Bacher
Details

Description Sebastien Bacher 2005-08-18 21:26:14 UTC
This bug has been opened here: http://bugzilla.ubuntu.com/show_bug.cgi?id=13772

"The "Color Name" text entry widget on the GTK+ color picker is not always wide
enough to display its contents. These are the steps I take to illustrate the
problem:

1. Set the application font to "Bitstream Vera Sans (Roman)" size 22.
2. Open the desktop background selector window.
3. Click on the GTK+ Color picker button.

Note that the width of the text entry widget is too short for the color name.
However, there is plenty of space to the right of the widget that could be
utilized."
Comment 1 Sebastien Bacher 2005-08-18 21:27:08 UTC
Created attachment 50957 [details]
example from gtk-demo
Comment 2 Matthias Clasen 2005-08-19 19:18:04 UTC
I think the issue here is that the # is wider than the rest of the characters,
and pango_font_metrics_get_approximate_char_width() may not reflect that.
Comment 3 Robert Roth 2013-11-16 09:19:06 UTC
The Color picker has been deprecated since 2.8.x, I have tried with the latest gtk color picker, which scales correctly with large font sizes, so I am marking this as obsolete.