Sample/EditProject.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 08:52:45 +0000 (16:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 24 May 2010 08:52:45 +0000 (16:52 +0800)
Sample/EditProject.js

index d143c11..d42c60e 100644 (file)
@@ -26,7 +26,7 @@ EditProject=new XObject({
                     items : [
                         {
                             xtype: Gtk.Label,
-                            pack : "add",
+                            pack : "pack_start,false,true,0",
                             label : "Project Name"
                         },
                         {
@@ -42,12 +42,12 @@ EditProject=new XObject({
                     items : [
                         {
                             xtype: Gtk.Label,
-                            pack : "add",
+                            pack : "pack_start,false,true,0",
                             label : "Project type :"
                         },
                         {
                             xtype: Gtk.Entry,
-                            pack : "add"
+                            pack : "pack_end,true,true,0"
                         }
                     ]
                 }