Cool. :)
--
Tom.
On 27/08/12 12:07, Brian Wang wrote:
> On Mon, Aug 27, 2012 at 5:00 PM, Tom Hacohen wrote:
>> Hey,
>>
>> Added a fix/workaround for your issue: r75730.
>>
>> The problem is that fit was only added recently and wasn't really tested or
>> used. The second problem is that fit kinda
On Mon, Aug 27, 2012 at 5:00 PM, Tom Hacohen wrote:
> Hey,
>
> Added a fix/workaround for your issue: r75730.
>
> The problem is that fit was only added recently and wasn't really tested or
> used. The second problem is that fit kinda changes how edje handles
> textblock and we now need to do fanc
Hey,
Added a fix/workaround for your issue: r75730.
The problem is that fit was only added recently and wasn't really tested
or used. The second problem is that fit kinda changes how edje handles
textblock and we now need to do fancier stuff like we do for text
objects, e.g splitting recalc an
Hello all,
I have a textblock with "fit: 1 1". When it first gets loaded, the
text within the textblock is very small.
After some time, I change the text and the text size seems to be more correct.
I guess the geometry calculation of the textblock is somehow broken
when the window is first create