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 89048 - Text is too close to widget edge
Text is too close to widget edge
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other other
: Normal normal
: ---
Assigned To: VTE Maintainers
Nalin Dahyabhai
Depends on:
Blocks:
 
 
Reported: 2002-07-25 14:12 UTC by Ross Burton
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Ross Burton 2002-07-25 14:12:16 UTC
It appears that vte does not insert any padding whatsoever when drawing
text, when I do a cvs update and have 'M's on the left column the left side
of the M is flush with the window edge, which looks a bit ugly.  libzvt
looked like it inserted a few pixels of padding which makes it easier to read.
Comment 1 Nalin Dahyabhai 2002-07-25 19:27:24 UTC
I'm pretty sure this is a font issue.  I'm using "fixed 16" here and
there's a pixel between the 'M' and the left border.  Which font are
you using?
Comment 2 Ross Burton 2002-07-25 21:30:54 UTC
I'm using Lucida Console.
Comment 3 Nalin Dahyabhai 2002-08-08 04:27:45 UTC
Fixed in CVS profterm and vte (one-pixel padding added).