ensmallen the event area for grid icons in efm to allow the possibility of selecting...
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 4 Feb 2013 08:09:59 +0000 (08:09 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Mon, 4 Feb 2013 08:09:59 +0000 (08:09 +0000)
ticket #2241

SVN revision: 83579

data/themes/edc/fileman.edc

index 94ff519..5a94740 100644 (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;