summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-12-03 16:39:58 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2013-12-03 16:39:58 +0900
commitac183a608c71ed03b3f257929519a69f857e1423 (patch)
tree68fabd56f11b552d751bf64486cba4387e7958c7
parentfd52c394a28dae9702661c362b64eaf2b19fe2c3 (diff)
downloadelementary-ac183a608c71ed03b3f257929519a69f857e1423.tar.gz
theme - fix evrything theme elements for enlightenment
this will fix T596 where the open mode is laid out badly. it also fixes the text elements in the file borwser list mode to align text properly.
-rw-r--r--data/themes/edc/evrything.edc4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/themes/edc/evrything.edc b/data/themes/edc/evrything.edc
index 9b9a27619..ec9de7b1d 100644
--- a/data/themes/edc/evrything.edc
+++ b/data/themes/edc/evrything.edc
@@ -61,6 +61,7 @@ group { name: "e/modules/everything/main";
}
description { state: "wide" 0;
inherit: "default" 0.0;
+ rel1.relative: 0.0 0.0;
rel2.relative: 0.5 1.0;
}
}
@@ -1610,7 +1611,8 @@ group { name: "e/modules/everything/thumbview/item/list";
rel1.relative: 1.0 0.0;
rel1.to_x: "icon0";
rel2.offset: -3 -3;
- rel2.relative: 1.0 1.0;
+ rel2.relative: 0.0 1.0;
+ rel2.to_x: "arrow";
color: 255 255 255 255;
color3: 0 0 0 128;
color_class: "ilist_item";