Clones.bjs
authorAlan Knowles <alan@akbkhome.com>
Wed, 23 May 2012 14:21:45 +0000 (22:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 23 May 2012 14:21:45 +0000 (22:21 +0800)
Clones.js

Clones.bjs
Clones.js

index c175860..f5f2535 100644 (file)
                                         {
                                             "min_width": 200,
                                             "pack": "append_column",
+                                            "resizable": "true",
                                             "title": "Repo",
                                             "xtype": "TreeViewColumn",
                                             "|init": "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'markup', 0 );\n\n}\n",
index d901de2..e49c6b1 100644 (file)
--- a/Clones.js
+++ b/Clones.js
@@ -472,6 +472,7 @@ Clones=new XObject({
                                     xtype: Gtk.TreeViewColumn,
                                     min_width : 200,
                                     pack : "append_column",
+                                    resizable : "true",
                                     title : "Repo",
                                     init : function() {
                                         XObject.prototype.init.call(this);