place the progress rectangle on the bottom left and don't overlap with the scrollbars

SVN revision: 39688
This commit is contained in:
Davide Andreoli 2009-03-24 18:04:19 +00:00
parent fe7edcd4f8
commit 6e235313ba
2 changed files with 5 additions and 4 deletions

View File

@ -11935,12 +11935,13 @@ collections { /* begin the collection of edje groups that are in this file */
part { name: "e.box.operations";
type: BOX;
description { state: "default" 0.0;
// rel2.to: "sb_vbar";
// rel2.relative: 0.0 1.0;
rel2.to_x: "sb_vbar";
rel2.to_y: "sb_hbar";
rel2.relative: 0.0 0.0;
box {
layout: "vertical";
padding: 0 2;
align: 0.0 1.0;
align: 1.0 1.0;
}
}
}

View File

@ -378,7 +378,7 @@ _e_fwin_op_registry_entry_add_cb(void *data, int type, void *event)
// Append the element to the box
edje_object_part_box_append(e_scrollframe_edje_object_get(fwin->scrollframe_obj),
"e.box.operations", o);
evas_object_size_hint_align_set(o, 0.0, 0.0); //FIXME this should be theme-configurable
evas_object_size_hint_align_set(o, 1.0, 0.0); //FIXME this should be theme-configurable
//Listen to progress changes
e_fm2_op_registry_entry_listener_add(ere, _e_fwin_op_registry_listener_cb,