mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
doc: fix beautiful.arcchart_thickness (#1439)
The arcchart_ prefix was missing.
This commit is contained in:
parent
8d0001a684
commit
2627f087c5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ local arcchart = { mt = {} }
|
|||
-- @tparam[opt=0] number paddings.right
|
||||
|
||||
--- The arc thickness.
|
||||
-- @beautiful beautiful.thickness
|
||||
-- @beautiful beautiful.arcchart_thickness
|
||||
-- @param number
|
||||
|
||||
local function outline_workarea(width, height)
|
||||
|
|
Loading…
Reference in a new issue