Formatting

This commit is contained in:
Ksaper 2023-02-05 15:43:06 +02:00
parent d272561ea1
commit cbf8960fe5
1 changed files with 2 additions and 2 deletions

View File

@ -864,8 +864,8 @@ local function new(args)
{
layout = wibox.layout.grid,
orientation = "horizontal",
homogeneous = true,
expand = ret.expand_apps,
homogeneous = true,
expand = ret.expand_apps,
spacing = ret.apps_spacing,
forced_num_cols = ret.apps_per_column,
forced_num_rows = ret.apps_per_row,