svn commit: r491810 - in head/editors/vim: . files

Matthew D. Fuller fullermd at over-yonder.net
Mon Feb 4 21:10:09 UTC 2019


On Mon, Feb 04, 2019 at 05:55:04AM -0800 I heard the voice of
Cy Schubert, and lo! it spake thus:
> 
> The GTK2 scrollbar slider is a square while the GTK3 sliter is a
> sliver-like thing, about the width of one of those round toothpicks
> but with rounded ends. One would expect (not having looked at t he
> libreoffice source) there to be ifdefs surrounding the GTK2 and GTK3
> code.

This bit me a while back on evince (I think), so I wound up with

------------
.scrollbar {
        /* [profane comment redacted] */
        -GtkRange-slider-width: 15;
}
------------

in ~/.config/gtk-3.0/gtk.css, which made it wide enough to notice.
That URL you listed seems to be about making it not slide back down to
near-nothing when not focused, which didn't bother me as much as it
being tiny when I was _trying_ to use it.


-- 
Matthew Fuller     (MF4839)   |  fullermd at over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.


More information about the svn-ports-all mailing list