Clones.bjs
[gitlive] / Clones.vala
index adac9f4..51de068 100644 (file)
@@ -70,6 +70,8 @@ public class Clones : Object
     
         
         this.el.set_deletable(false);
+        this.el.set_gravity(Gdk.Gravity.NORTH);
+        this.el.move(Gdk.Screen.width() / 2 ,0);
         this.el.show_all();
         // load clones..
     //     this.get('/reposStore').load();
@@ -109,7 +111,7 @@ public class Clones : Object
             this.el.pack_start (  child_0.el , false,false,0 );
             var child_1 = new Xcls_ScrolledWindow9( _this );
             child_1.ref();
-            this.el.pack_end (  child_1.el , true,true,0 );
+            this.el.pack_end (  child_1.el , false,false,0 );
         }
 
         // user defined functions
@@ -441,6 +443,7 @@ public class Clones : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.expand = true;
             this.el.shadow_type = Gtk.ShadowType.IN;
             var child_0 = new Xcls_reposView( _this );
             child_0.ref();