[Libreoffice-bugs] [Bug 133214] UI: Icons of the tabbed toolbar aren't positioned properly on MacOS

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 21 20:27:39 UTC 2021


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

Thorsten Wagner <thorsten.wagner.4 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thorsten.wagner.4 at gmail.com

--- Comment #9 from Thorsten Wagner <thorsten.wagner.4 at gmail.com> ---
Sven, I suggest not to fix issue within macOS specific VCL code (vcl/osx and
vcl/quartz) directories. Please find attached a screenshot from a GTK UI:

(1) Different tabs are simple text labels similar to Windows UIs.

(2) With current macOS implementation dialog tabs are used. These tabs are
positioned centered on the top border of the window. I guess this causes area
for icons above to be calculated too small.

My proposal:

(1) Identify code to be used to draw notebookbar outside macOS specific code
and replace usage of native widgets (tab items in this case) by using stock
widgets (independent from GTK, QT, Windows or macOS backends) - take care not
to cause side effects to other backends.

(2) Doublecheck whether toolbar is drawn similar to GTK.

If the issue still exists thereafter, reasons of miscalculation have to be
identified. In any case I suggest not to use HITheme tabs for notebookbar.

BTW: Wrong text colors within tabs on macOS Big Sur have been fixed in the
meantime.

-- 
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/20210121/1799f7f9/attachment.htm>


More information about the Libreoffice-bugs mailing list