Skip to content

Commit

Permalink
tests: The grid layout has no padding property.
Browse files Browse the repository at this point in the history
Looks like a rebase leftover from an earlier iteration of the code.
  • Loading branch information
Elv13 committed Dec 31, 2023
1 parent cb72c0a commit 3beb218
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/examples/wibox/layout/grid/spacing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ local w = wibox.widget {
forced_num_rows = 2,
homogeneous = true,
spacing = 0,
padding = 0,
layout = wibox.layout.grid,
},
margins = 1,
Expand All @@ -43,7 +42,6 @@ local w = wibox.widget {
forced_num_rows = 2,
homogeneous = true,
spacing = 10,
padding = 0,
layout = wibox.layout.grid,
},
margins = 1,
Expand Down

0 comments on commit 3beb218

Please sign in to comment.