From e0754de9cbbaab953e7d173e75ec350a13be7cfd Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 5 Feb 2009 18:10:19 +0100 Subject: [PATCH] naughty: set icon valign to center Signed-off-by: Julien Danjou --- lib/naughty.lua.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in index a67953b7..378e7c67 100644 --- a/lib/naughty.lua.in +++ b/lib/naughty.lua.in @@ -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 -- 2.11.4.GIT