On Sun, 30 Jul 2017 13:16:32 -0700
Jonathan Ryshpan wrote:

> but scrollbars no
> longer have arrows at their upper and lower ends

I guess KDE is copying GTK which also seems to think
arrows are anathema. I used to be able to put this
in ~/.config/gtk-3.0/gtk.css:

.scrollbar {
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 15;
-GtkRange-stepper-size: 20;
}

But that also no longer works.

I really wonder why they don't just get rid of the scrollbar
completely. If you are looking at a big file and you so much
as touch the scrollbar thumb it jerks to some new position
hundreds or thousands of lines away, so you have to use
the keyboard for all scrolling anyway.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to