GNOME Bugzilla – Bug 540668
The scrollbars on the text view are always shown
Last modified: 2009-08-15 18:40:50 UTC
Please describe the problem: The scrollbars on the text view are always shown even if there's no text at all. Using the automatic visibility option will fix it. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 113580 [details] [review] Patch for the glade file
It's not so simple as that. The drawing of the middle bar & margins need to be updated to account for the scrollbar being present or not. Perhaps the vertical scrollbar could be made automatic.
Not going to apply this one as it's quite minor and would mean tweaking the drawing code too. Thanks anyway.