diff options
author | David Walter Seikel | 2014-05-12 06:20:01 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-12 06:20:01 +1000 |
commit | ca86e61a1545c604e67050e395f9b3cad4fc94f0 (patch) | |
tree | 36d44ed762ba03b5e115aca8cf36a57c40d11501 /src/purkle | |
parent | Stop internal windows going under the toolbar. (diff) | |
download | SledjHamr-ca86e61a1545c604e67050e395f9b3cad4fc94f0.zip SledjHamr-ca86e61a1545c604e67050e395f9b3cad4fc94f0.tar.gz SledjHamr-ca86e61a1545c604e67050e395f9b3cad4fc94f0.tar.bz2 SledjHamr-ca86e61a1545c604e67050e395f9b3cad4fc94f0.tar.xz |
Try to calculate minimum winFang size, and fail coz no one else does.
Diffstat (limited to 'src/purkle')
-rw-r--r-- | src/purkle/purkle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/purkle/purkle.c b/src/purkle/purkle.c index 98bfd13..33f22b3 100644 --- a/src/purkle/purkle.c +++ b/src/purkle/purkle.c | |||
@@ -39,6 +39,7 @@ static winFang *purkleAdd(winFang *parent, int w, int h, EPhysics_World *world) | |||
39 | elm_obj_entry_editable_set(EINA_TRUE) | 39 | elm_obj_entry_editable_set(EINA_TRUE) |
40 | ); | 40 | ); |
41 | elm_layout_box_append(me->win, WF_BOX, wid->obj); | 41 | elm_layout_box_append(me->win, WF_BOX, wid->obj); |
42 | winFangCalcMinSize(me); | ||
42 | 43 | ||
43 | return me; | 44 | return me; |
44 | } | 45 | } |