Builder4/ValaProjectSettings.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 11:18:03 +0000 (19:18 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 11:18:03 +0000 (19:18 +0800)
Builder4/ValaProjectSettings.vala

Builder4/ValaProjectSettings.bjs
Builder4/ValaProjectSettings.vala

index 67594cb..31e7201 100644 (file)
@@ -97,7 +97,7 @@
                                                     "* init" : "{\n this.el.add_attribute(_this.packages_render_use.el , \"value\", 2 );\n }",
                                                     "* pack" : "append_column",
                                                     "xtype" : "TreeViewColumn",
-                                                    "gboolean resizable" : true,
+                                                    "gboolean resizable" : false,
                                                     "$ xns" : "Gtk",
                                                     "items" : [
                                                         {
index 41ca554..7c219ac 100644 (file)
@@ -404,7 +404,7 @@ public class ValaProjectSettings : Object
 
             // set gobject values
             this.el.title = "use";
-            this.el.resizable = true;
+            this.el.resizable = false;
             var child_0 = new Xcls_packages_render_use( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false );