I edited the theme that I was using, Mint-X, in usr/share/themes/Mint-X setting the steppers to 1 and adjusting dimensions.
Quote:
.scrollbar {
background-clip: padding-box;
-GtkRange-trough-border: 2;
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 16;
-GtkScrollbar-min-slider-length: 30;
-GtkRange-stepper-spacing: 0;
-GtkRange-stepper-size: 40;
-GtkRange-trough-under-steppers: 1;
}
|
Then I found an article that said that I should have updated home/.config so I wouldn't have to deal with it with every new release of Mint. I can't find the article but I will keep looking. I have added files to .config for gtk-2.0 and gtk-3.0 with the changes for the themes. It was a lot easier editing .config than usr since it does not need root. It corrected the problem for the most part but I did notice when I am in my default file manager for Mint that the scrollbars still disappears.