awesome/lib/wibox/layout
Lukáš Hrázký e38651bafb wibox.layout.align: don't take up all space in the other axis
This adds a fit function to the align layout that makes sure that
the layout will not take up all the available space in the other
axis than it's direction. Eg. for horizontal align layout, it will
only take up the maximum of its widgets' heights in the vertical axis.

Signed-off-by: Lukáš Hrázký <lukkash@email.cz>
Signed-off-by: Uli Schlachter <psychon@znc.in>
2013-01-05 21:05:45 +01:00
..
align.lua.in wibox.layout.align: don't take up all space in the other axis 2013-01-05 21:05:45 +01:00
base.lua.in wibox.layout.base: Use math.min/max 2013-01-05 20:50:17 +01:00
fixed.lua.in wibox.layout: remove unnecessary wrapping of draw and fit functions 2013-01-05 20:59:42 +01:00
flex.lua.in wibox.layout.flex: fix the fit function 2013-01-05 21:04:48 +01:00
init.lua.in Fix warnings from LDoc 2012-11-19 15:35:32 +01:00
margin.lua.in wibox: Make the functions a little more object-y 2012-11-18 20:44:03 +01:00
mirror.lua.in wibox: Make the functions a little more object-y 2012-11-18 20:44:03 +01:00
rotate.lua.in wibox.layout.rotate: Add some good constructor arguments 2013-01-05 20:52:00 +01:00