layoutlist: Use `layoutlist_spacing` instead of `tasklist_spacing`.
Old copy/paste bug.
This commit is contained in:
parent
c63a80de5c
commit
2f8413acbc
|
@ -245,7 +245,7 @@ local layoutlist = {}
|
||||||
|
|
||||||
--- The space between the layouts.
|
--- The space between the layouts.
|
||||||
-- @beautiful beautiful.layoutlist_spacing
|
-- @beautiful beautiful.layoutlist_spacing
|
||||||
-- @tparam[opt=0] number spacing The spacing between tasks.
|
-- @tparam[opt=0] number spacing The spacing between layouts.
|
||||||
|
|
||||||
--- The default layoutlist elements shape.
|
--- The default layoutlist elements shape.
|
||||||
-- @beautiful beautiful.layoutlist_shape
|
-- @beautiful beautiful.layoutlist_shape
|
||||||
|
@ -316,7 +316,7 @@ function layoutlist:set_base_layout(layout)
|
||||||
|
|
||||||
if self._private.layout.set_spacing then
|
if self._private.layout.set_spacing then
|
||||||
self._private.layout:set_spacing(
|
self._private.layout:set_spacing(
|
||||||
self._private.style.spacing or beautiful.tasklist_spacing or 0
|
self._private.style.spacing or beautiful.layoutlist_spacing or 0
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue