From 6e7b1ad395d543bc7218d5d030dda8303d97c49e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 21 Jan 2016 20:04:33 +1000 Subject: Rejig the structure of windows a lot. --- src/purkle/purkle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/purkle') diff --git a/src/purkle/purkle.c b/src/purkle/purkle.c index 97253cf..378879f 100644 --- a/src/purkle/purkle.c +++ b/src/purkle/purkle.c @@ -12,7 +12,7 @@ static winFang *purkleAdd(winFang *parent, int w, int h, EPhysics_World *world) { winFang *me; - me = winFangAdd(parent, 300, 26, w, h, "chatter box", "purkle", world); + me = winFangAdd(parent, 300, 52, w, h, "chatter box", "purkle", world); history = widgetAdd(me, WT_TEXTBOX, "", -1, -1, -1, -1); entry = widgetAdd(me, WT_ENTRY, "", -1, -1, -1, -1); -- cgit v1.1