doc: fix beautiful.arcchart_thickness (#1439)
The arcchart_ prefix was missing.
This commit is contained in:
parent
8d0001a684
commit
2627f087c5
|
@ -38,7 +38,7 @@ local arcchart = { mt = {} }
|
||||||
-- @tparam[opt=0] number paddings.right
|
-- @tparam[opt=0] number paddings.right
|
||||||
|
|
||||||
--- The arc thickness.
|
--- The arc thickness.
|
||||||
-- @beautiful beautiful.thickness
|
-- @beautiful beautiful.arcchart_thickness
|
||||||
-- @param number
|
-- @param number
|
||||||
|
|
||||||
local function outline_workarea(width, height)
|
local function outline_workarea(width, height)
|
||||||
|
|
Loading…
Reference in New Issue