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:
parent
cb72c0a8b1
commit
3beb2187fa
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue