Draggable area could be zero size if user set the panes content size
with elm_panes_xxx_size_set().
In this case, it prints fixed messages.
now, it's gone and i tested with various cases for any side effects.
description { state: "default" 0.0;
rel2.to_x: "elm.bar";
rel2.relative: 1.0 1.0;
+ fixed: 1 0;
}
}
part { name: "elm.swallow.right"; type: SWALLOW;
description { state: "default" 0.0;
rel1.to_x: "elm.bar";
rel1.relative: 0.0 0.0;
+ fixed: 1 0;
}
}
part { name: "elm.bar"; type: SPACER;
description { state: "default" 0.0;
rel2.to_y: "elm.bar";
rel2.relative: 1.0 1.0;
+ fixed: 0 1;
}
}
part { name: "elm.swallow.right"; type: SWALLOW;
description { state: "default" 0.0;
rel1.to_y: "elm.bar";
rel1.relative: 0.0 0.0;
+ fixed: 0 1;
}
}
part { name: "elm.bar"; type: SPACER;