src/Builder4/PopoverAddProp.bjs
authorAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:38:07 +0000 (16:38 +0800)
committerAlan <alan@roojs.com>
Tue, 28 Jun 2022 08:38:07 +0000 (16:38 +0800)
src/Builder4/PopoverAddProp.vala

src/Builder4/PopoverAddProp.bjs
src/Builder4/PopoverAddProp.vala

index 5dbb4c0..b546db5 100644 (file)
          ],
          "* pack" : "append_column",
          "id" : "type",
+         "int sort_column_id" : 4,
          "items" : [
           {
            "$ xns" : "Gtk",
          ],
          "* pack" : "append_column",
          "id" : "from",
-         "int sort_column_id" : 4,
+         "int sort_column_id" : 5,
          "items" : [
           {
            "$ xns" : "Gtk",
index 4e1c7a5..6d831f0 100644 (file)
@@ -343,6 +343,7 @@ typeof(string) // 5 element type (event|prop)
             // my vars (dec)
 
             // set gobject values
+            this.el.sort_column_id = 4;
             this.el.title = "Type";
             var child_0 = new Xcls_typerender( _this );
             child_0.ref();
@@ -397,7 +398,7 @@ typeof(string) // 5 element type (event|prop)
             // my vars (dec)
 
             // set gobject values
-            this.el.sort_column_id = 4;
+            this.el.sort_column_id = 5;
             this.el.title = "From";
             var child_0 = new Xcls_fromrender( _this );
             child_0.ref();