From: okra Date: Sat, 14 May 2011 17:57:39 +0000 (+0000) Subject: Elm/Theme/Application/Content-Back: elm.swallow.end rel2 needs to be vertical 0.0... X-Git-Tag: REL_F_I9200_20110722_1~8^2~50^2~343 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a56e69c18e0b417f0f2b3d836a995ffb20762196;p=framework%2Fuifw%2Felementary.git Elm/Theme/Application/Content-Back: elm.swallow.end rel2 needs to be vertical 0.0 so it lines up with the back button and the title.. (I am pretty sure this was the intent anyway).. otherwise the content you put there is very skinny and stretches the whole length of the window. I am pretty sure I am possibly the only one using this so it shouldn't mess anyone elses app up.. however if it does, feel free to revert it. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59386 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/data/themes/default.edc b/data/themes/default.edc index 4a3a305..cabf634 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -35307,7 +35307,7 @@ collections { offset: -2 1; } rel2 { - relative: 1.0 1.0; + relative: 1.0 0.0; offset: -1 32; } } @@ -35316,12 +35316,12 @@ collections { part { name: "elm.text.title"; type: TEXT; effect: SOFT_SHADOW; - scale: 1; + scale: 1; description { state: "default" 0.0; rel1 { to_x: "back"; relative: 1.0 0.0; - offset: 2 1; + offset: -2 1; } rel2 { to_y: "back"; to_x: "elm.swallow.end";