Nicer effect when selecting items from the History / Favorites list.

SVN revision: 51061
This commit is contained in:
Leandro Pereira 2010-08-12 20:56:03 +00:00
parent 73e055e1f9
commit 6be6d6d3a9
1 changed files with 8 additions and 4 deletions

View File

@ -536,12 +536,14 @@ collections {
clip_to: "bookmark-list";
description { state: "default" 0.0;
rel1 {
to: "bookmark-list-header";
to_y: "bookmark-list-header";
to_x: "bookmark-list-swallow";
relative: 0.0 0.0;
offset: 45 14;
}
rel2 {
to: "bookmark-list-header";
to_y: "bookmark-list-header";
to_x: "bookmark-list-swallow";
relative: 0.0 1.0;
offset: 145 -2;
}
@ -551,11 +553,13 @@ collections {
inherit: "default" 0.0;
visible: 0;
rel1 {
to: "bookmark-list-header";
to_y: "bookmark-list-header";
to_x: "bookmark-list-swallow";
relative: -1.0 0.0;
}
rel2 {
to: "bookmark-list-header";
to_y: "bookmark-list-header";
to_x: "bookmark-list-swallow";
relative: -1.0 1.0;
}
}