From 4de8fd8ca7d31299b9703b5b39673533d83bb874 Mon Sep 17 00:00:00 2001 From: Artem Garmash Date: Sun, 17 Jan 2010 01:29:31 +0200 Subject: [PATCH] Decrease unread footer width --- src/el-home-applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/el-home-applet.c b/src/el-home-applet.c index 901e4d8..8586e74 100644 --- a/src/el-home-applet.c +++ b/src/el-home-applet.c @@ -54,7 +54,7 @@ #define HEADER_HEIGHT 48 #define FOOTER_HEIGHT 24 #define FOOTER_HEIGHT_PRESS 48 /* approx, used only for checking clicks, bigger than controls */ -#define FOOTER_WIDTH C_WIDTH/4 +#define FOOTER_WIDTH C_WIDTH/5 #define MESSAGE_HEIGHT (C_HEIGHT - HEADER_HEIGHT - FOOTER_HEIGHT) #define MESSAGE_WIDTH (C_WIDTH - 2*HILDON_MARGIN_DEFAULT) -- 1.7.9.5