https://bugs.documentfoundation.org/show_bug.cgi?id=130991
Heiko Tietze <heiko.tietze@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.tietze@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 on the CC list for the bug.
Context
- [Libreoffice-ux-advise] [Bug 130991] Toolbar arrows too large on 200% scaling · bugzilla-daemon
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.