awesome/widgets
Uli Schlachter 92183caad0 Systray: Correctly compute extents (FS#768)
The systray bases its extents on the size of the wibox that it is contained in.
No idea how this is supposed to work when the systray doesn't get the full size,
but in a vertical wibox, using <height of wibox> * <number of icons in systray>
certainly doesn't work for computing the size.

The fix isn't hard: Check the wibox' orientation when drawing and base our
calculation on its width if its orientation is different from East.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2010-08-31 18:50:15 +02:00
..
graph.c Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
imagebox.c widgets: allow some value to be nil 2009-09-04 16:26:12 +02:00
progressbar.c Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
systray.c Systray: Correctly compute extents (FS#768) 2010-08-31 18:50:15 +02:00
textbox.c Correctly read a textbox' ellipsize and wrap properties 2010-08-09 14:00:16 +02:00