make gustavo happy with options now espanding when term expands (up to

a point) but still keepign preview room on the left for me.



SVN revision: 72450
This commit is contained in:
Carsten Haitzler 2012-06-19 07:33:11 +00:00
parent 10521f87f8
commit fd0b697aeb
2 changed files with 5 additions and 2 deletions

View File

@ -109,9 +109,11 @@ collections {
}
}
part { name: "terminology.options"; type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
fixed: 1 1;
min: 80 80;
max: 500 800;
align: 0.0 0.5;
visible: 0;
rel1 {
@ -128,6 +130,7 @@ collections {
visible: 1;
align: 1.0 0.5;
rel1 {
relative: 0.25 0.02;
offset: -9 8;
}
rel2 {

View File

@ -93,8 +93,8 @@ options_toggle(Evas_Object *win, Evas_Object *bg, Evas_Object *term)
evas_object_show(o);
op_tbox = o = elm_box_add(win);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(o, EVAS_HINT_FILL, EVAS_HINT_FILL);
evas_object_size_hint_weight_set(o, 0.0, EVAS_HINT_EXPAND);
evas_object_size_hint_align_set(o, 1.0, EVAS_HINT_FILL);
elm_box_pack_end(op_box, o);
evas_object_show(o);