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

src/Builder4/ValaProjectSettingsPopover.bjs
src/Builder4/ValaProjectSettingsPopover.vala

index 0e4b93e..40ce888 100644 (file)
       {
        "$ Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
        "$ xns" : "Gtk",
-       "int margin_bottom" : 3,
+       "int margin_bottom" : 4,
        "int margin_left" : 4,
        "int margin_right" : 4,
+       "int margin_top" : 0,
        "items" : [
         {
          "$ xns" : "Gtk",
index 29b5f28..39fb166 100644 (file)
@@ -1975,7 +1975,8 @@ public class ValaProjectSettingsPopover : Object
             // set gobject values
             this.el.margin_right = 4;
             this.el.margin_left = 4;
-            this.el.margin_bottom = 3;
+            this.el.margin_bottom = 4;
+            this.el.margin_top = 0;
             var child_0 = new Xcls_Button53( _this );
             child_0.ref();
             this.el.add (  child_0.el  );