Auto fill free space by widget in Spec
Hi, Iâve implemented a custom model together with adapter. It works fine when I open it alone with Spec, but when I include in in the other model, it appears in a very small size and is not resizing with the window. Am I missing any magic there? Uko
In your morphic adapter, you probably missed hResizing: #spaceFill; vResizing: #spaceFill; Ben On 19 Jun 2014, at 13:56, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi, Iâve implemented a custom model together with adapter. It works fine when I open it alone with Spec, but when I include in in the other model, it appears in a very small size and is not resizing with the window. Am I missing any magic there?
Uko
Thanks Ben! On 19 Jun 2014, at 13:59, Benjamin <Benjamin.VanRyseghem.Pharo@gmail.com> wrote:
In your morphic adapter, you probably missed hResizing: #spaceFill; vResizing: #spaceFill;
Ben
On 19 Jun 2014, at 13:56, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Hi, Iâve implemented a custom model together with adapter. It works fine when I open it alone with Spec, but when I include in in the other model, it appears in a very small size and is not resizing with the window. Am I missing any magic there?
Uko
participants (2)
-
Benjamin -
Yuriy Tymchuk