https://bugs.documentfoundation.org/show_bug.cgi?id=124004
Peter Freeth <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from Peter Freeth <[email protected]> ---
OK, for anyone currently searching for a solution for this problem, here is a
workaround.
Using Gnome Tweaks you can try a theme which does show scroll arrows at the top
and bottom of the list, which the default Yaru (Ubuntu 18.10 theme does not.
On my system, Adwaita did the job.
You can then modify the desktop file in /usr/share/applications to open the
program with that theme.
For example, change this line:
Exec=libreoffice %U
To this:
Exec=env GTK_THEME=Adwaita libreoffice
I found that if I left the %U on the end, the desktop file would show an error
and fail to run.
You can also try editing the gtk css file
(/usr/share/themes/[themename]/gtk3.0/gtk.css) to add the following at the top:
.scrollbar scrollbar {
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
-GtkScrollbar::stepper-size = 18
}
Though I'm not sure the css edit made any difference to me.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs