awful.titlebar use height not width

Signed-off-by: Sébastien Luttringer <seblu@seblu.net>
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Sébastien Luttringer 2012-06-16 03:13:04 +02:00 committed by Uli Schlachter
parent 7f6a670137
commit 4b61aefca6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ end
-- bg: the background color.
-- fg_focus: the foreground color for focused window.
-- fg_focus: the background color for focused window.
-- width: the titlebar width
-- height: the titlebar height
function add(c, args)
if not c or (c.type ~= "normal" and c.type ~= "dialog") then return end
if not args then args = {} end