Debian Jessie scroll bar width of GUI Windows
in my Debian Jessie the width (thickness) of the scroll bar of all GUI Windows is far too thin, hard to strike with the mouse cursor - how can one make it thicker, perhaps 2x or 3x as thick?
- Tim
Re: Debian Jessie scroll bar width of GUI Windows
Maybe change your screen resolution in config.txt in your boot directory
Re: Debian Jessie scroll bar width of GUI Windows
no, the resolution is fine, also the window sizes are fine, just the scroll bars are too thin currently.
- Tim
-
- Posts: 2
- Joined: Sat Oct 14, 2017 10:48 pm
Re: Debian Jessie scroll bar width of GUI Windows
Being an older user I found the bars too thin to hit accurately even with a stylus. I found the fix through changing
Around 20 lines down change the variable 13 in:
GtkRange::slider-width = 13
to something more. 30 is quite big, I have set mine to 20
Then Ctrl X and Y to exit and save.
I also changed
Around 1000 lines down after Notebooks and Tabs section is a section for Scrollbars. You want to alter
-GtkRange-slider-width: 13;
Again I changed mine to 20.
Then Ctrl X and Y to exit and save. Reboot and enjoy
Code: Select all
sudo nano /home/pi/.themes/PiX/gtk-2.0/gtkrc
GtkRange::slider-width = 13
to something more. 30 is quite big, I have set mine to 20
Then Ctrl X and Y to exit and save.
I also changed
Code: Select all
sudo nano /home/pi/.themes/PiX/gtk-3.0/gtk-contained.css
-GtkRange-slider-width: 13;
Again I changed mine to 20.
Then Ctrl X and Y to exit and save. Reboot and enjoy
- marcosbong
- Posts: 23
- Joined: Mon Dec 31, 2018 7:08 pm
Re: Debian Jessie scroll bar width of GUI Windows
Hello.
Anyone knows where this file is located on Stretch?
I changed usr/share/themes/gtk2.0/main.rc line "GtkRange::slider-with and worked with shell but the file managers ( perhaps gtk3.0 because look better? ) keep the scrollbar with same small size 13pix
Anyone knows where this file is located on Stretch?
I changed usr/share/themes/gtk2.0/main.rc line "GtkRange::slider-with and worked with shell but the file managers ( perhaps gtk3.0 because look better? ) keep the scrollbar with same small size 13pix
there are 10 types of people in this world, those who understand binary and those who don´t
- marcosbong
- Posts: 23
- Joined: Mon Dec 31, 2018 7:08 pm
Re: Debian Jessie scroll bar width of GUI Windows
After a pair of reboots mod was applied to every window.marcosbong wrote: ↑Sun Jan 13, 2019 5:10 pmHello.
Anyone knows where this file is located on Stretch?
I changed usr/share/themes/gtk2.0/main.rc line "GtkRange::slider-with and worked with shell but the file managers ( perhaps gtk3.0 because look better? ) keep the scrollbar with same small size 13pix
Happy to see that everything is possible in Linux ( I'm a newbie)

there are 10 types of people in this world, those who understand binary and those who don´t