Elm/Theme/Application/Content-Back: revert my commit that made elm.swallow.end rel2 vertically align with the back button and the title. According to k-s, this should be done using size hints on the object swallow in elm.swallow.end. Tested that out and it works just fine.

SVN revision: 59434
This commit is contained in:
Stephen Houston 2011-05-16 02:33:21 +00:00
parent 4bf9689385
commit 86cc9ce501
1 changed files with 2 additions and 2 deletions

View File

@ -35307,7 +35307,7 @@ collections {
offset: -2 1;
}
rel2 {
relative: 1.0 0.0;
relative: 1.0 1.0;
offset: -1 32;
}
}
@ -35321,7 +35321,7 @@ collections {
rel1 {
to_x: "back";
relative: 1.0 0.0;
offset: -2 1;
offset: 2 1;
}
rel2 { to_y: "back";
to_x: "elm.swallow.end";