[Eve] Fix padding around tab items title

SVN revision: 52248
This commit is contained in:
Leandro Pereira 2010-09-14 17:05:24 +00:00
parent 9eda336cd5
commit 0f0781eaed
2 changed files with 4 additions and 5 deletions

2
TODO
View File

@ -1,7 +1,6 @@
UI
--
* fix UI/Edje scale (enlarge the window to see problems)
* fix padding around tab items title (edc, simple)
* bookmarks: fixed "<Back" label intead of "<$PREVIOUS_NAME"?
* better error reporting page (for 404 and similar)
* show visual zoom indication (zoom level? some icon?)
@ -35,7 +34,6 @@ Preferences / State
- easy access to bookmarks (click and expand the list? root entries?)
- most visited/recent links?
- recently closed?
* getopt: disable touch-interface (immediately forward events to webkit)
View
----

View File

@ -59,12 +59,12 @@ group { name: "elm/gengrid/item/default/ewebkit";
align: 0.5 0.5;
rel1 {
relative: 0.0 0.0;
offset: 22 13;
offset: 24 13;
}
rel2 {
to_y: "elm.text";
relative: 1.0 0.0;
offset: -24 -4;
offset: -25 -4;
}
}
}
@ -90,9 +90,10 @@ group { name: "elm/gengrid/item/default/ewebkit";
scale: 1;
description {
state: "default" 0.0;
align: 0.5 0.5;
rel1 {
relative: 0.0 1.0;
offset: 18 0;
offset: 21 5;
}
rel2 {
relative: 1.0 1.0;