Clones.bjs
[gitlive] / Clones.vala
index 09e70fb..3a41f45 100644 (file)
@@ -50,18 +50,20 @@ public class Clones : Object
     public void show (Gtk.Widget menuitem)    {
     
        
-    
+       this.el.set_relative_to( null );
+       
+       
         
                //console.log('show all');
-       this.el.set_modal(false);
+       this.el.set_modal(true);
     
     
-       this.el.set_position(Gtk.PositionType.TOP);
+       this.el.set_position(Gtk.PositionType.BOTTOM);
     // this.el.popup();
        // window + header?
        this.el.show_all();
        this.el.set_size_request(800,500);
-       this.el.set_relative_to(menuitem);
+    
        //this.view.el.grab_focus();
     }
     public class Xcls_Box2 : Object