<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Toolbar arrows too large on 200% scaling"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=130991">bug 130991</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>michael.meeks@collabora.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Toolbar arrows too large on 200% scaling"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=130991#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Toolbar arrows too large on 200% scaling"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=130991">bug 130991</a>
from <span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
<pre>(In reply to Klaus1189 from <a href="show_bug.cgi?id=130991#c3">comment #3</a>)
<span class="quote">> Created <span class="bz_obsolete"><a href="http://bugs.documentfoundation.org/attachment.cgi?id=158758" name="attach_158758" title="comparison of 6.2.8.2 and 6.4.1.2">attachment 158758</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=158758&action=edit" title="comparison of 6.2.8.2 and 6.4.1.2">[details]</a></span>
> comparison of 6.2.8.2 and 6.4.1.2</span >
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Toolbar dropdown button triangles are too large"
href="show_bug.cgi?id=122118">bug 122118</a> refers to this patch
<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=b62c43d1200e524369d9c7c2bd1dad3044efd672">https://cgit.freedesktop.org/libreoffice/core/commit/?id=b62c43d1200e524369d9c7c2bd1dad3044efd672</a>
Reason was likely the introduction of antialiasing but the past drawing
function was also not really convincing
while( width >= 1)
{
rRenderContext.DrawRect( tools::Rectangle( x, y, x+width-1, y ) );
y++;
x++;
width -= 2;
}
If we go ahead, and I would do only if more complaints come in, we should
reduce the effect of scaling like
long width = round(rDropDownRect.getHeight()/5.5) * fScaleFactor * 0.9;
I introduced the values of 5.5 and 7 for <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Toolbar dropdown button triangles are too large"
href="show_bug.cgi?id=122118">bug 122118</a> by trial and error as
approximation to the normal expander triangle at 100%. Doing the same for
higher scaling makes no sense without hires screen.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>