src/Builder4/ValaCompileErrors.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 06:00:00 +0000 (14:00 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 06:00:00 +0000 (14:00 +0800)
src/Builder4/ValaCompileErrors.vala

src/Builder4/ValaCompileErrors.bjs
src/Builder4/ValaCompileErrors.vala

index 59f67ce..5510d08 100644 (file)
    "$ xns" : "Gtk",
    "JsRender.JsRender? file" : "",
    "Json.Object notices" : "",
-   "bool modal" : false,
+   "bool modal" : true,
    "items" : [
     {
      "id" : "compile_view",
-     "* pack" : "add",
      "xtype" : "VBox",
+     "* pack" : "add",
      "gboolean homogeneous" : false,
      "$ xns" : "Gtk",
      "items" : [
@@ -43,8 +43,8 @@
       },
       {
        "* init" : "{\n this.el.set_policy (Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n \n\n}\n",
-       "* pack" : "add",
        "xtype" : "ScrolledWindow",
+       "* pack" : "add",
        "$ xns" : "Gtk",
        "items" : [
         {
@@ -75,8 +75,8 @@
            "items" : [
             {
              "id" : "renderer",
-             "xtype" : "CellRendererText",
              "* pack" : "pack_start,true",
+             "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }
            ]
index 1a77c62..7913b12 100644 (file)
@@ -35,7 +35,7 @@ public class Xcls_ValaCompileErrors : Object
         // set gobject values
         this.el.width_request = 900;
         this.el.height_request = 800;
-        this.el.modal = false;
+        this.el.modal = true;
         this.el.position = Gtk.PositionType.TOP;
         var child_0 = new Xcls_compile_view( _this );
         child_0.ref();