From df8fc3a80769cc142cfc74447ee4dd9bbd9a5bf1 Mon Sep 17 00:00:00 2001 From: Stephen Houston Date: Sat, 14 May 2011 17:57:39 +0000 Subject: [PATCH] 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. SVN revision: 59386 --- legacy/elementary/data/themes/default.edc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/elementary/data/themes/default.edc b/legacy/elementary/data/themes/default.edc index 4a3a305ee8..cabf634037 100644 --- a/legacy/elementary/data/themes/default.edc +++ b/legacy/elementary/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";