[Libreoffice-bugs] [Bug 130991] Toolbar arrows too large on 200% scaling

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 17 14:40:01 UTC 2020


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

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needsUXEval                 |
             Status|UNCONFIRMED                 |NEW
                 CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
                   |.freedesktop.org            |tion.org
     Ever confirmed|0                           |1
          Component|LibreOffice                 |UI

--- Comment #1 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
200% sounds like much scaling. 8k display? ;-)
Don't think we can do much, see bug 122118. The triangles are drawn as 

    long width = round(rDropDownRect.getHeight()/5.5) * fScaleFactor; // scale
triangle depending on theme/toolbar height with 7 for gtk, 5 for gen
    long height = round(rDropDownRect.getHeight()/9.5) * fScaleFactor; // 4 for
gtk, 3 for gen
    if (width < 4) width = 4;
    if (height < 3) height = 3;

https://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox.cxx?r=4a08d20e#2374


But I'd keep the ticket open to see if more complaints come in.

-- 
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/20200317/b9656f43/attachment.htm>


More information about the Libreoffice-bugs mailing list