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 637035 - only wrap text at word boundaries in panel overview
only wrap text at word boundaries in panel overview
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-12-11 18:09 UTC by William Jon McCann
Modified: 2010-12-13 14:04 UTC
See Also:
GNOME target: 3.0
GNOME version: ---



Description William Jon McCann 2010-12-11 18:09:11 UTC
Currently we seem to do PANGO_WRAP_WORD_CHAR on the titles in the icon view.  We should be doing PANGO_WRAP_WORD always.
Comment 1 Bastien Nocera 2010-12-13 14:04:03 UTC
commit e92fba97a786f72de89df7833d4738022c30cf60
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 13 14:03:10 2010 +0000

    shell: Set wrap mode to "word" for the icon text
    
    https://bugzilla.gnome.org/show_bug.cgi?id=637035