From f6d653ea4988fbea22c124477704a61b80ea44c5 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 26 Jul 2013 14:45:07 +0100 Subject: [PATCH] fix ibar exe indicator visibility when using vertical orientation --- data/themes/edc/ibar-ibox.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/edc/ibar-ibox.edc b/data/themes/edc/ibar-ibox.edc index 97f6e68dc..ab2295cfa 100644 --- a/data/themes/edc/ibar-ibox.edc +++ b/data/themes/edc/ibar-ibox.edc @@ -66,9 +66,9 @@ group { name: "e/modules/ibox/icon"; min: 10 10; max: 10 10; rel1.relative: 1.0 1.0; - rel1.offset: -4 -4; + rel1.offset: -5 -5; rel2.relative: 1.0 1.0; - rel2.offset: -3 -3; + rel2.offset: -4 -4; image.normal: "led_tiny_blue.png"; color: 255 255 255 0; visible: 0;