From 3ac6f62e0b2364d3653177e70ac66addc33051a8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 29 Apr 2010 13:50:23 +0800 Subject: [PATCH] Builder/Window.js --- Builder/Window.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/Builder/Window.js b/Builder/Window.js index c99b72159..35b969773 100755 --- a/Builder/Window.js +++ b/Builder/Window.js @@ -104,18 +104,12 @@ Window = new XObject({ { xtype : Gtk.HBox items : [ - - { - xtype : 'VPaned', - xns: 'Gtk', - set : { - set_position : [ 300 ] - }, + xtype : Gtk.VPaned, + position : 300, items : [ { - xtype : 'VBox', - xns: 'Gtk', + xtype : Gtk.VBox, items : [ { xtype : 'Include', -- 2.39.2