[Libreoffice-bugs] [Bug 141480] New: GTK3 version: sidebars toolbars buttons sizes do not respect the user's icon size settings
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Apr 3 21:01:30 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=141480
Bug ID: 141480
Summary: GTK3 version: sidebars toolbars buttons sizes do not
respect the user's icon size settings
Product: LibreOffice
Version: 7.0.5.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: minor
Priority: medium
Component: Writer
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: nekohayo at gmail.com
Created attachment 170942
--> https://bugs.documentfoundation.org/attachment.cgi?id=170942&action=edit
screenshot
LibreOffice has settings for icon sizes for "toolbar", "notebookbar", and
"sidebar".
However, I have noticed that even if I set the sizes to "small", the toolbar
buttons in the sidebar panels (such as the F5 navigator or F11 stylist) are
always shown at regular full/large size. You can even visually notice the
difference in size when compared to the buttons on the notebookbar (ex: the
Bold button vs the checkmark button in the Navigator in the attached
screenshot).
Looking at those widgets with the GTK Inspector, we can see that those
toolbars' "icon-size" property was set to "GTK_ICON_SIZE_LARGE_TOOLBAR" no
matter what the user's preference was.
When changing the size to small, it should probably set
GTK_ICON_SIZE_SMALL_TOOLBAR and refresh those widgets, or whatever it needs to
do to compact them without needing to restart the whole app.
It could make sense if were to also reduce a bit the amount of padding between
widgets when it does that, but at least (re)setting the toolbar/button sizes
should already be an improvement. As it stands, particularly in the Navigator,
those three stacked toolbars eat roughly a quarter of my available height for
the navigator's contents. I wish the Navigator in particular was a bit more
space-efficient in that regard.
--
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/20210403/1f1a27d5/attachment.htm>
More information about the Libreoffice-bugs
mailing list