naughty: set icon valign to center

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-02-05 18:10:19 +01:00
parent 2c6dc1048d
commit e0754de9cb
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ function notify(args)
end
iconbox.resize = false
iconbox.image = img
iconbox.valign = "center"
if hover_timeout then iconbox.mouse_enter = hover_destroy end
end
end