Sample/RooProjectProperties.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 11:09:16 +0000 (19:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 May 2010 11:09:16 +0000 (19:09 +0800)
Sample/RooProjectProperties.js

index f029cb3..ccc118e 100644 (file)
@@ -46,10 +46,7 @@ RooProjectProperties=new XObject({
                         },
                         {
                             xtype: Gtk.Entry,
-                            pack : "attach,1,2,0,1",
-                            listeners : {
-                                
-                            }
+                            pack : "attach,1,2,0,1,5"
                         },
                         {
                             xtype: Gtk.Label,
@@ -58,10 +55,7 @@ RooProjectProperties=new XObject({
                         },
                         {
                             xtype: Gtk.Entry,
-                            pack : "attach,1,2,1,2",
-                            listeners : {
-                                
-                            }
+                            pack : "attach,1,2,1,2,5"
                         },
                         {
                             xtype: Gtk.Label,
@@ -70,7 +64,7 @@ RooProjectProperties=new XObject({
                         },
                         {
                             xtype: Gtk.Entry,
-                            pack : "attach,1,2,2,3",
+                            pack : "attach,1,2,2,3,5",
                             visibility : false
                         }
                     ]