X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=src%2FBuilder4%2FGtkView.vala;h=9851abb768cab54d888780c13fc5bd8e33447e6d;hp=8f3cfa6e42e6707a2dbee9e0541a2a277603f39c;hb=HEAD;hpb=6d22a769d8ea484f1198f8e35df608bb5eacb799 diff --git a/src/Builder4/GtkView.vala b/src/Builder4/GtkView.vala index 8f3cfa6e4..9851abb76 100644 --- a/src/Builder4/GtkView.vala +++ b/src/Builder4/GtkView.vala @@ -49,7 +49,7 @@ public class Xcls_GtkView : Object //listeners this.el.size_allocate.connect( (aloc) => { - + this.width = aloc.width; this.height =aloc.height; });