THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#768 - Systray takes too much space when wibox is vertical
User who did this - Uli Schlachter (psychon)
----------
Bug is reproducable. Here is how the systray computes its extents:
geometry.width = d->height * n;
geometry.height = d->height;
n is the number of "entries" in the systray, d->height is the height of the
wibox when the systray was last drawn.
And this is exactly the problem. When the wibox has a vertical orientation,
d->height is huge and so the extents functions returns a huge number.
If one instead bases this calculation on the width of the wibox when the
systray was last drawn, vertical is fixed but horizontal now breaks.
----------
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=768#comment2293
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].