forced row num

This commit is contained in:
Yessiest 2023-05-20 20:33:49 +04:00
parent 932869df11
commit 8055a02776
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ return function(args)
{ {
layout = wibox.layout.grid, layout = wibox.layout.grid,
forced_num_cols = args.columns, forced_num_cols = args.columns,
forced_num_rows = args.rows,
homogenous = true, homogenous = true,
expand = true, expand = true,
vertical_expand = true, vertical_expand = true,