From 9d3087201f60443a5fe4af23ab14dcb79ede01ca Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 4 Feb 2013 08:09:59 +0000 Subject: [PATCH] ensmallen the event area for grid icons in efm to allow the possibility of selecting multiple items with the mouse ticket #2241 SVN revision: 83579 --- data/themes/edc/fileman.edc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/themes/edc/fileman.edc b/data/themes/edc/fileman.edc index 94ff519a0..5a94740dd 100644 --- a/data/themes/edc/fileman.edc +++ b/data/themes/edc/fileman.edc @@ -279,6 +279,8 @@ group { name: "e/fileman/default/list/variable"; part { name: "event"; type: RECT; description { state: "default" 0.0; color: 0 0 0 0; + rel1.to: "icon_base"; + rel2.to: "icon_base"; } description { state: "disabled" 0.0; inherit: "default" 0.0; @@ -701,6 +703,8 @@ group { name: "e/fileman/default/icon/fixed"; ignore_flags: ON_HOLD; description { state: "default" 0.0; color: 0 0 0 0; + rel1.to: "icon0"; + rel2.to: "icon0"; } } part { name: "label_event"; type: RECT;