forced row num
This commit is contained in:
parent
932869df11
commit
8055a02776
|
@ -111,6 +111,7 @@ return function(args)
|
|||
{
|
||||
layout = wibox.layout.grid,
|
||||
forced_num_cols = args.columns,
|
||||
forced_num_rows = args.rows,
|
||||
homogenous = true,
|
||||
expand = true,
|
||||
vertical_expand = true,
|
||||
|
|
Loading…
Reference in New Issue