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
This commit is contained in:
Mike Blumenkrantz 2013-02-04 08:09:59 +00:00
parent 965ab80819
commit 9d3087201f
1 changed files with 4 additions and 0 deletions

View File

@ -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;