You are not logged in.
Hello,
in the scrollbar the arrow buttons are missing. How can I change the configuration to show the buttons?
regards
Thomas Vatter
Offline
Hello and welcome.
We'll need more information. Specifically:
- which distro are you using?
- which version of Xfce?
- which Appearance (GTK) theme are you using?
The scrollbar steppers are enabled/disabled by the theme and can also be overridden.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I am using Debian 11.3
and Xfce 4.16
and the GTK-Theme Arc
Offline
Add the following to ~/.config/gtk-3.0/gtk.css (create the file if it doesn't exist):
scrollbar {
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
}
scrollbar button {padding: 0}
You may need to logout and back in again for all apps to notice it. It will be system-wide (mostly).
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks a lot,
it works
Offline
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 529.97 KiB (Peak: 531.25 KiB) ]