From ff335516d7c8c7c6ae1bac4f23d25ce5948228fe Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 10 Aug 2012 20:56:16 -0300 Subject: [PATCH] history: fix ellipsis position for long names. --- data/themes/includes/history.edc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/themes/includes/history.edc b/data/themes/includes/history.edc index 170c65f..f79f328 100644 --- a/data/themes/includes/history.edc +++ b/data/themes/includes/history.edc @@ -134,7 +134,7 @@ group { font: FONT_NORMAL; size: SIZE_MEDIUM; align: 0.0 1.0; - ellipsis: 1.0; + ellipsis: 0.0; } } description { -- 2.7.4