tests: The `grid` layout has no `padding` property.

Looks like a rebase leftover from an earlier iteration of the code.
This commit is contained in:
Emmanuel Lepage Vallee 2022-11-19 15:05:24 -08:00
parent cb72c0a8b1
commit 3beb2187fa
1 changed files with 0 additions and 2 deletions

View File

@ -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,