src/Builder4/DialogPluginWebkit.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 09:04:31 +0000 (17:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 09:04:31 +0000 (17:04 +0800)
src/Builder4/DialogPluginWebkit.vala
tests/plugindialog.vala.c
tests/DialogPluginWebkit.vala.c

src/Builder4/DialogPluginWebkit.bjs
src/Builder4/DialogPluginWebkit.vala

index 1aa3ca8..92b529b 100644 (file)
@@ -30,6 +30,7 @@
        "* init" : "  this.el.set_policy(Gtk.PolicyType.AUTOMATIC, Gtk.PolicyType.AUTOMATIC);\n \n",
        "* pack" : "pack_start,false,true,3",
        "xtype" : "ScrolledWindow",
+       "gboolean expand" : true,
        "$ xns" : "Gtk",
        "items" : [
         {
index df2803b..71db7b6 100644 (file)
@@ -124,6 +124,7 @@ public class Xcls_DialogPluginWebkit : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.expand = true;
             var child_0 = new Xcls_webview( _this );
             child_0.ref();
             this.el.add (  child_0.el  );