From 3beb2187fa862d0f99ae790e6e5dcde0bd422832 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sat, 19 Nov 2022 15:05:24 -0800 Subject: [PATCH] tests: The `grid` layout has no `padding` property. Looks like a rebase leftover from an earlier iteration of the code. --- tests/examples/wibox/layout/grid/spacing.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/examples/wibox/layout/grid/spacing.lua b/tests/examples/wibox/layout/grid/spacing.lua index 750e4c79e5..14ee5def19 100644 --- a/tests/examples/wibox/layout/grid/spacing.lua +++ b/tests/examples/wibox/layout/grid/spacing.lua @@ -19,7 +19,6 @@ local w = wibox.widget { forced_num_rows = 2, homogeneous = true, spacing = 0, - padding = 0, layout = wibox.layout.grid, }, margins = 1, @@ -43,7 +42,6 @@ local w = wibox.widget { forced_num_rows = 2, homogeneous = true, spacing = 10, - padding = 0, layout = wibox.layout.grid, }, margins = 1,