On Wed, 2 Jan 2013 14:10:44 +0100 Zsolt Udvari <[email protected]>
wrote:

> Hi list!
> 
> I'm using a wibox with many widgets, and end (right) of wibox a
> tasklist and a taglist (top-bottom, use by a
> wibox.layout.flex.vertical).
> But my tasklist doesn't fit the available space, so my titles are very
> short (some chars).
> Here is the relevant code:
> 
> 
> 
> local top_layout = wibox.layout.fixed.horizontal()
> 
> local prlayout = wibox.layout.flex.vertical()
> prlayout:add(mytaglist)
> prlayout:add(mytasklist)
> 
> -- many top_layout:add(...)
> top_layout:add(prlayout)
> 
> 
> 
> How can I do a taglist/tasklist's layout bigger? The end of tasklist
> is approx the 3/5 part of screen (more a half).
> 
> Zsolt
> 
> -- 
> To unsubscribe, send mail to [email protected].


I think this could be a bug that could be fixed by (on awesome-devel):

[PATCH 2/9] wibox.layout.flex: fix the fit function

(not sure really, you might wanna test it if you can)

lukkash

-- 
To unsubscribe, send mail to [email protected].

Reply via email to