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.
This commit is contained in:
Carsten Haitzler 2013-12-03 16:39:58 +09:00
parent a754a91961
commit 0c2d2bcb21
1 changed files with 3 additions and 1 deletions

View File

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