src/Builder4/PopoverFileDetails.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 12 May 2015 08:06:01 +0000 (16:06 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 12 May 2015 08:06:01 +0000 (16:06 +0800)
src/Builder4/PopoverFileDetails.vala

src/Builder4/PopoverFileDetails.bjs
src/Builder4/PopoverFileDetails.vala

index 1b4289d..8e36552 100644 (file)
@@ -14,6 +14,7 @@
    "xtype" : "Popover",
    "# JsRender.JsRender file" : "null",
    "$ xns" : "Gtk",
+   "bool modal" : true,
    "items" : [
     {
      "xtype" : "VBox",
index 6eee76d..9b5bce6 100644 (file)
@@ -36,6 +36,7 @@ public class Xcls_PopoverFileDetails : Object
         this.file = null;
 
         // set gobject values
+        this.el.modal = true;
         var child_0 = new Xcls_VBox2( _this );
         child_0.ref();
         this.el.get_content_area().add (  child_0.el  );