From: Alan Knowles Date: Tue, 30 Oct 2018 05:11:43 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=38320547c62a40da4cf92371ee8840acb348c879 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index 7d5b425f..9fecfeec 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -142,7 +142,7 @@ "toggled" : " (self, path) => {\n/* var ret ={} ;\n var store = this.get('/reposStore');\n store.el.get_iter_from_string(ret, path);\n \n var value = store.el.get_value(ret.iter,5).value.get_boolean();\n \n //print(JSON.stringify(value));\n store.el.set_value(ret.iter,5, !value);\n var path = store.el.get_value(ret.iter, 6).value.get_string();\n var repo = imports.Scm.Repo.Repo.get(path);\n repo.autopush(!value);\n */\n}" }, "id" : "cr_autopush", - "* pack" : "pack_start", + "* pack" : "pack_start,false", "xtype" : "CellRendererToggle", "$ xns" : "Gtk", "$ mode" : "Gtk.CellRendererMode.ACTIVATABLE" @@ -161,7 +161,7 @@ "items" : [ { "id" : "cr_repo", - "* pack" : "pack_start", + "* pack" : "pack_start,false", "xtype" : "CellRendererText", "$ xns" : "Gtk" } @@ -178,7 +178,7 @@ "items" : [ { "id" : "cr_current_branch", - "* pack" : "pack_start", + "* pack" : "pack_start,false", "xtype" : "CellRendererText", "$ xns" : "Gtk" } @@ -195,7 +195,7 @@ "items" : [ { "id" : "cr_last_updated", - "* pack" : "pack_start", + "* pack" : "pack_start,false", "xtype" : "CellRendererText", "$ xns" : "Gtk" } @@ -213,7 +213,7 @@ "items" : [ { "id" : "cr_all_branches", - "* pack" : "pack_start", + "* pack" : "pack_start,false", "xtype" : "CellRendererText", "$ xns" : "Gtk" } diff --git a/Clones.vala b/Clones.vala index 70438c0a..e61931cc 100644 --- a/Clones.vala +++ b/Clones.vala @@ -670,7 +670,7 @@ public class Clones : Object this.el.min_width = 50; var child_0 = new Xcls_cr_autopush( _this ); child_0.ref(); - this.el.pack_start ( child_0.el ); + this.el.pack_start ( child_0.el , false ); // init method @@ -744,7 +744,7 @@ public class Clones : Object this.el.resizable = true; var child_0 = new Xcls_cr_repo( _this ); child_0.ref(); - this.el.pack_start ( child_0.el ); + this.el.pack_start ( child_0.el , false ); // init method @@ -799,7 +799,7 @@ public class Clones : Object this.el.min_width = 50; var child_0 = new Xcls_cr_current_branch( _this ); child_0.ref(); - this.el.pack_start ( child_0.el ); + this.el.pack_start ( child_0.el , false ); // init method @@ -855,7 +855,7 @@ public class Clones : Object this.el.min_width = 50; var child_0 = new Xcls_cr_last_updated( _this ); child_0.ref(); - this.el.pack_start ( child_0.el ); + this.el.pack_start ( child_0.el , false ); // init method @@ -911,7 +911,7 @@ public class Clones : Object this.el.resizable = false; var child_0 = new Xcls_cr_all_branches( _this ); child_0.ref(); - this.el.pack_start ( child_0.el ); + this.el.pack_start ( child_0.el , false ); // init method