src/Builder4/DialogTemplateSelect.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2015 09:45:07 +0000 (17:45 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 20 Apr 2015 09:45:07 +0000 (17:45 +0800)
src/Builder4/DialogTemplateSelect.vala

src/Builder4/DialogTemplateSelect.bjs
src/Builder4/DialogTemplateSelect.vala

index 7662f8f..f844d5f 100644 (file)
@@ -26,6 +26,7 @@
       {
        "* pack" : "pack_start,false,false,0",
        "xtype" : "HBox",
+       "gint margin" : 3,
        "$ xns" : "Gtk",
        "items" : [
         {
@@ -63,6 +64,7 @@
       {
        "* pack" : "pack_start,false,false,0",
        "xtype" : "HBox",
+       "gint margin" : 3,
        "$ xns" : "Gtk",
        "items" : [
         {
index da0137a..93d8dd6 100644 (file)
@@ -134,6 +134,7 @@ public class DialogTemplateSelect : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.margin = 3;
             var child_0 = new Xcls_Label4( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false );
@@ -284,6 +285,7 @@ public class DialogTemplateSelect : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.margin = 3;
             var child_0 = new Xcls_Label9( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , false,false );