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
This commit is contained in:
Stephen Houston 2011-05-14 17:57:39 +00:00
parent d770d6f74d
commit df8fc3a807
1 changed files with 3 additions and 3 deletions

View File

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