Formatting
This commit is contained in:
parent
d272561ea1
commit
cbf8960fe5
|
@ -864,8 +864,8 @@ local function new(args)
|
||||||
{
|
{
|
||||||
layout = wibox.layout.grid,
|
layout = wibox.layout.grid,
|
||||||
orientation = "horizontal",
|
orientation = "horizontal",
|
||||||
homogeneous = true,
|
homogeneous = true,
|
||||||
expand = ret.expand_apps,
|
expand = ret.expand_apps,
|
||||||
spacing = ret.apps_spacing,
|
spacing = ret.apps_spacing,
|
||||||
forced_num_cols = ret.apps_per_column,
|
forced_num_cols = ret.apps_per_column,
|
||||||
forced_num_rows = ret.apps_per_row,
|
forced_num_rows = ret.apps_per_row,
|
||||||
|
|
Loading…
Reference in New Issue