troet.cafe ist Teil eines dezentralisierten sozialen Netzwerks, angetrieben von Mastodon.
Hallo im troet.cafe! Dies ist die derzeit größte deutschsprachige Mastodon Instanz zum tröten, neue Leute kennenlernen, sich auszutauschen und Spaß zu haben.

Verwaltet von:

Serverstatistik:

7,3 Tsd.
aktive Profile

Mehr erfahren

Josteglitz 🌱💚

I have a request @libreoffice

Could this Button (or how ever you call it) on the right edge of the screen/doc which is for scrolling up and down be about 5mm and not only o.5 mm? 😭

@Josteglitz Hi! You can submit enhancement requests here: bugs.documentfoundation.org – But of course, we're a volunteer-driven project with very limited resources. To get a new feature more quickly, you can consider helping our volunteers, or funding a developer. Thank you ☺️👍

@Josteglitz @libreoffice The scrollbar size is usually chosen by the windowing manager or GtK, thus such kind of change seems to be external to libreoffice (there really should be a setting somewhere to select the scrollbar width...).
@Josteglitz @libreoffice Hmm, for GtK3, that entails adding to ~/.config/gtk-3.0/gtk.css
scrollbar, scrollbar button, scrollbar slider {
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
min-width: 20px;
min-height: 20px;
border-radius: 0;
}

You would adjust min-width to whatever suits you.

It seems libreoffice uses Gtk3 for some things and GtK4 for some things (of course GtK4 has removed theming support, as why give users the freedom to adjust the software as they would like?).