From: Jihyeon Seol <jihyeon.seol@samsung.com>
authorJihyeon Seol <jihyeon.seol@samsung.com>
Mon, 20 Aug 2012 08:02:47 +0000 (08:02 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Mon, 20 Aug 2012 08:02:47 +0000 (08:02 +0000)
commitcc8e2c24513b0b43250dc007ab8445933c812c9f
tree984b9518132aa37ebadf595c287d02d5c226f45b
parentec312fabbab38b48043f49dbae5937e1606f5314
From: Jihyeon Seol <jihyeon.seol@samsung.com>
Subject: [E-devel] [Patch] elc_multibuttonentry resize patch.

Currently, there is a problem in the logic of getting the size in the
MBE's
box.

For each line, the height of the line is calculated according to the
biggest
item's height
and is applied to the box size, but problem occurs when the newly added
item's height is larger than the one before.

For example, when the entry is located in the front of the last line,
the line's height is determined by the entry.

When the button is added by the user's input at this state,
because button's height is larger than the entry's height
I have modified each line to have the equal height.

SVN revision: 75453
ChangeLog
src/lib/elc_multibuttonentry.c