From: Alan Knowles Date: Mon, 25 Apr 2011 04:07:20 +0000 (+0800) Subject: Builder3/Window.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=1ffc46971c0689a9267beace1d7e5341c4666e5e Builder3/Window.js --- diff --git a/Builder3/Window.js b/Builder3/Window.js index f7e712b05..929ee9ea5 100644 --- a/Builder3/Window.js +++ b/Builder3/Window.js @@ -3910,6 +3910,7 @@ Window=new XObject({ this.get('buttonbar').el.show(); this.get('viewbox').el.hide(); var ce = this.get('/Window.centerEast').el; + ce.set_postion(ce.max_position - 30); print("TRIED TO HIDE"); @@ -3918,6 +3919,7 @@ Window=new XObject({ this.get('buttonbar').el.hide(); this.get('viewbox').el.show(); var ce = this.get('/Window.centereast').el; + print(ce) ce.set_postion(ce.max_position - 100); // this.get('model').expanded();