Home
last modified time | relevance | path

Searched hist:"015 b5dd659e2751c67c6e91d7aa93e1e25b03140" (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/deskbar/
H A DStatusView.cpp015b5dd659e2751c67c6e91d7aa93e1e25b03140 Fri Nov 17 00:30:19 UTC 2017 John Scipione <jscipione@gmail.com> Deskbar: replicant tray width adjust for 2 draggers

Revision of last commit, everything I said about how we needed to
use 8px instead of 12px for the drag width and replicant tray
padding was correct, BUT, because we are subtracting from the
window width setting we need to account for the width of BOTH
draggers, so it becomes 2 * 8px or 16px that needs to be
subtracted -- sorry about that.

The minimum Deskbar width was calculated to fit 6 replicant icons,
however, this calculation doesn't take into account the extra width
taken up by the recently added second dragger. Consequently only 5
16x16 replicants currently fit.

However you can expand Deskbar to fit 6 (or more) icons now so it
is not a big deal.

Would it be desirable to adjust the minimum Deskbar width to fix 6
replicant icons again?