Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 3 Nov 2014 09:41:16 +0000 (17:41 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Nov 2014 09:41:16 +0000 (17:41 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 403927f..d5148dc 100644 (file)
@@ -95,6 +95,7 @@
                                                 {
                                                     "utf8 title" : "use",
                                                     "* init" : "{\n this.el.add_attribute(_this.packages_render_use.el , \"active\", 1 );\n }",
+                                                    "gint width" : 50,
                                                     "* pack" : "append_column",
                                                     "xtype" : "TreeViewColumn",
                                                     "gboolean resizable" : false,
index ac998ff..6f49cd0 100644 (file)
@@ -409,6 +409,7 @@ public class ValaProjectSettings : Object
 
             // set gobject values
             this.el.title = "use";
+            this.el.width = 50;
             this.el.resizable = false;
             var child_0 = new Xcls_packages_render_use( _this );
             child_0.ref();