[Libreoffice-bugs] [Bug 124004] Editing a style with bullets, font list too long for screen, no scroll bars

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 19 16:14:12 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=124004

Peter Freeth <peterfreeth at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #11 from Peter Freeth <peterfreeth at gmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190319/db4c61c9/attachment-0001.html>


More information about the Libreoffice-bugs mailing list