fix up toggle to be proeprly size now the button event region is much bigger

for toggle slide.



SVN revision: 36907
This commit is contained in:
Carsten Haitzler 2008-10-21 05:40:01 +00:00
parent 3a2be900c9
commit f7e4b7b5c8
2 changed files with 18 additions and 16 deletions

View File

@ -582,8 +582,8 @@ collections {
scale: 1;
description { state: "default" 0.0;
rel1.relative: 1.0 0.0;
rel1.offset: -16 3;
rel2.offset: -16 -4;
rel1.offset: -4 3;
rel2.offset: -4 -4;
align: 1.0 0.5;
min: 96 24;
max: 96 24;
@ -630,8 +630,10 @@ collections {
description { state: "default" 0.0;
rel1.to: "bg";
rel1.offset: -8 -8;
rel1.relative: -0.1 -0.1;
rel2.to: "bg";
rel2.offset: 7 7;
rel2.relative: 1.1 1.1;
color: 0 0 0 0;
}
}
@ -1792,7 +1794,7 @@ collections {
text {
font: "Sans,Edje-Vera";
text: ":";
size: 20;
size: 10;
min: 1 1;
align: 0.5 0.5;
}
@ -1825,7 +1827,7 @@ collections {
text {
font: "Sans,Edje-Vera";
text: ":";
size: 20;
size: 10;
min: 1 1;
align: 0.5 0.5;
}
@ -1887,7 +1889,7 @@ collections {
text {
font: "Sans,Edje-Vera";
text: ":";
size: 20;
size: 10;
min: 1 1;
align: 0.5 0.5;
}
@ -1920,7 +1922,7 @@ collections {
text {
font: "Sans,Edje-Vera";
text: ":";
size: 20;
size: 10;
min: 1 1;
align: 0.5 0.5;
}
@ -1974,7 +1976,7 @@ collections {
text {
font: "Sans,Edje-Vera";
text: ":";
size: 20;
size: 10;
min: 1 1;
align: 0.5 0.5;
}
@ -2034,7 +2036,7 @@ collections {
text {
font: "Sans,Edje-Vera";
text: ":";
size: 20;
size: 10;
min: 1 1;
align: 0.5 0.5;
}

View File

@ -189,14 +189,14 @@ extern "C" {
EAPI void elm_entry_line_wrap_set(Evas_Object *obj, Evas_Bool wrap);
/* smart callbacks called:
* "changed" - the text content changed
* "selection,start" -
* "selection,changed" -
* "selection,cleared" -
* "selection,paste" -
* "selection,copy" -
* "selection,cut" -
* "cursor,changed" -
* "anchor,X,clicked,N" - achor called X was clicked with button N
* "selection,start" - the user started selecting text
* "selection,changed" - the user modified the selection size/location
* "selection,cleared" - the user cleared the selection
* "selection,paste" - the user rrequested a paste of text
* "selection,copy" - the user copied the text
* "selection,cut" - the user cut the text
* "cursor,changed" - the cursor changed position
* "anchor,X,clicked,N" - achor called 'X' was clicked with button 'N'
*/
// FIXME: fixes to do