elm_multibuttonentry: fix label position and size defects
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Mon, 27 Apr 2015 01:47:22 +0000 (10:47 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 27 Apr 2015 01:47:22 +0000 (10:47 +0900)
commit79fb192b50d1891950428b1ecd31bedbcbbcf506
tree6a1bad7d87a1a0edff0ba2b991b7f1fa6b92da1b
parent51f8d50583658008f4ca0a70961fcc2f17ef849e
elm_multibuttonentry: fix label position and size defects

Summary:
1.) Fixing defective label position.
Whenever user create multibuttonentry and set some text into label,
label will be shown at zero point (0,0) of MultiButtonEntry parent.
But then, after clicking on any button of MBE object, label position forced to
be recalculated and changes it's position.

2.) Fixing wrong size when label is not used.
When label is not being used, buttons shift by few pixels,
and it looks like if label is actually there, which is wrong.

@fix

Reviewers: cedric, seoz, raster, reutskiy.v.v, Hermet

Reviewed By: Hermet

Subscribers: NikaWhite

Differential Revision: https://phab.enlightenment.org/D2416
src/lib/elc_multibuttonentry.c