Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 15:10:06 -0600
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Cy Schubert <Cy.Schubert@cschubert.com>
Cc:        Torsten Zuehlsdorff <freebsd@toco-domains.de>, svn-ports-head@freebsd.org, Alexey Dokuchaev <danfe@freebsd.org>, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Adam Weinberger <adamw@freebsd.org>
Subject:   Re: svn commit: r491810 - in head/editors/vim: . files
Message-ID:  <20190204211006.GR1667@over-yonder.net>
In-Reply-To: <201902041355.x14Dt42Y006191@slippy.cwsent.com>
References:  <freebsd@toco-domains.de> <0f64a215-9c58-a215-827c-e4437f744601@toco-domains.de> <201902041355.x14Dt42Y006191@slippy.cwsent.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190204211006.GR1667>