From: Alan Knowles Date: Mon, 24 May 2010 10:34:21 +0000 (+0800) Subject: Sample/EditProject.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=896b35198458521591fd7af3603f517e144e6ae5;p=app.Builder.js Sample/EditProject.js --- diff --git a/Sample/EditProject.js b/Sample/EditProject.js index 8e65b4b78..9de1cf1c0 100644 --- a/Sample/EditProject.js +++ b/Sample/EditProject.js @@ -11,11 +11,11 @@ console = imports.console; XObject = imports.XObject.XObject; EditProject=new XObject({ xtype: Gtk.Dialog, - default_height : 300, + default_height : 400, default_width : 600, deletable : true, modal : true, - border_width : 10, + border_width : 3, title : "Project Properties", show : function(c) { c = c || { name : '' , xtype : '' }; @@ -71,7 +71,7 @@ EditProject=new XObject({ items : [ { xtype: Gtk.HBox, - pack : "pack_start,false,true,0", + pack : "pack_start,false,true,3", items : [ { xtype: Gtk.Label,