Builder3/EditProject.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 03:57:58 +0000 (11:57 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 27 Feb 2012 03:57:58 +0000 (11:57 +0800)
Builder3/EditProject.js

index eb44eaf..aa3e57f 100644 (file)
@@ -71,8 +71,8 @@ EditProject=new XObject({
         {
             xtype: Gtk.VBox,
             pack : function(p,e) {
-                        p.el.get_content_area().add(e.el)
-                    },
+                    p.el.get_content_area().add(e.el)
+                },
             items : [
                 {
                     xtype: Gtk.HBox,
@@ -158,6 +158,25 @@ EditProject=new XObject({
                         }
                     ]
                 },
+                
+                {
+                    xtype: Gtk.HBox,
+                    pack : "pack_start,false,true,3",
+                    items : [
+                        {
+                            xtype: Gtk.Label,
+                            pack : "pack_start,false,true,3",
+                            label : "Database connection:"
+                        },
+                        {
+                            xtype: Gtk.Entry,
+                            id : "dbcon",
+                            pack : "add",
+                            visible : true
+                        }
+                    ]
+                },
+                
                 {
                     xtype: Gtk.FileChooserWidget,
                     pack : "pack_end,true,true,5",