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

Heiko Tietze <heiko.tie...@documentfoundation.org> changed:

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

--- Comment #1 from Heiko Tietze <heiko.tie...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to