To change the size of the scrollbar in the editor, one can add for example this code in the document geany.css that is located in .geany:
/* size of the scrollbar */
scrollbar slider {
min-width: 10px;
border-right: 10px solid transparent;
}
But the code has no influence on the scrollbar of the sidebar.
How can I change the size of the scrollbar in the sidebar?
Thank you in advance for an answer.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.