[Libreoffice-bugs] [Bug 121159] Icons are making menu entries indented

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Nov 4 15:48:13 UTC 2018


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

Caolán McNamara <caolanm at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTOURBUG
             Status|NEW                         |RESOLVED

--- Comment #6 from Caolán McNamara <caolanm at redhat.com> ---
Under gtk3 libreoffice does not render the menus itself. It uses a GMenuModel
(https://developer.gnome.org/gio//2.54/GMenuModel.html) to present the contents
of the menu hierarchy to gtk
(https://developer.gnome.org/gtk3/stable/GtkMenuBar.html#gtk-menu-bar-new-from-model)
and gtk does the rendering.

AFAIKS its not so much that there is too much indent, its that there's a column
reserved for the stateful cases, checkbox/radiobutton indicator, which is
separate for the rest of the entry which may or may not have an icon. While
LibreOffice's own menu rendered bundles statefulness into the icon when
present.

Anyhow, as far as I tell, there's no ability on the libreoffice side of things
to control that while using a GMenuModel and such change would have to happen
in gtk instead

-- 
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/20181104/8a2f3282/attachment.html>


More information about the Libreoffice-bugs mailing list