src/Builder4/RooProjectSettings.bjs wip_alan_T7298_combo_box_text_enry_support origin/wip_alan_T7298_combo_box_text_enry_support
authorAlan <alan@roojs.com>
Wed, 6 Jul 2022 09:46:02 +0000 (17:46 +0800)
committerAlan <alan@roojs.com>
Wed, 6 Jul 2022 09:46:02 +0000 (17:46 +0800)
src/Builder4/RooProjectSettings.vala

src/Builder4/RooProjectSettings.bjs
src/Builder4/RooProjectSettings.vala

index 98d77f4..94620fa 100644 (file)
       {
        "$ Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
        "$ xns" : "Gtk",
+       "int margin_bottom" : 4,
+       "int margin_end" : 4,
+       "int margin_start" : 4,
+       "int margin_top" : 4,
        "items" : [
         {
          "$ xns" : "Gtk",
index 84f403d..9633f76 100644 (file)
@@ -1189,6 +1189,10 @@ public class Xcls_RooProjectSettings : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.margin_end = 4;
+            this.el.margin_start = 4;
+            this.el.margin_bottom = 4;
+            this.el.margin_top = 4;
             var child_0 = new Xcls_Button35( _this );
             child_0.ref();
             this.el.add (  child_0.el  );