jpfleury / clearlooks-phenix

GTK3 port of the Clearlooks theme
GNU General Public License v3.0
96 stars 42 forks source link

Add scrollbar steppers again #49

Open allo- opened 6 years ago

allo- commented 6 years ago

From my local gtk.css:

.scrollbar {
  -GtkScrollbar-has-backward-stepper: true;
  -GtkScrollbar-has-forward-stepper: true;
/*  -GtkRange-stepper-size: 18px;
  -GtkRange-slider-width: 18px;*/
}

The 18px is commented out and it looks nice here, I think I found the snippet somewhere including these lines for controling the size. You may have a look if this should be changed.