wiki updated
This commit is contained in:
parent
176f4d75e1
commit
58b2a122dd
2 changed files with 1 additions and 4 deletions
|
@ -180,9 +180,6 @@ end
|
||||||
-- create a textbox with no spacing issues
|
-- create a textbox with no spacing issues
|
||||||
function helpers.make_widget_textbox()
|
function helpers.make_widget_textbox()
|
||||||
local w = wibox.widget.textbox()
|
local w = wibox.widget.textbox()
|
||||||
--local t = wibox.widget.base.make_widget(w)
|
|
||||||
--t.widget = w
|
|
||||||
--return t
|
|
||||||
return setmetatable({ widget = w }, { __index = w })
|
return setmetatable({ widget = w }, { __index = w })
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit 6d6fb0eb073e204c154e4d94b60472d858fc870d
|
Subproject commit f086b95e51c31b6fc1fda4591aa8eaf587cc064f
|
Loading…
Add table
Reference in a new issue