src/Builder4/PopoverProperty.bjs
authorAlan <alan@roojs.com>
Thu, 9 Jun 2022 04:50:31 +0000 (12:50 +0800)
committerAlan <alan@roojs.com>
Thu, 9 Jun 2022 04:50:31 +0000 (12:50 +0800)
src/Builder4/PopoverProperty.vala

src/Builder4/PopoverProperty.bjs
src/Builder4/PopoverProperty.vala

index 65f7412..4482cff 100644 (file)
        "* pack" : "add",
        "Gtk.Align halign" : "Gtk.Align.START",
        "Gtk.Justification justify" : "Gtk.Justification.LEFT",
+       "int margin_top" : 12,
        "label" : "Name",
        "tooltip_text" : "center, north, south, east, west",
        "x_options" : 4,
index b02518d..d333a2d 100644 (file)
@@ -464,6 +464,7 @@ public class Xcls_PopoverProperty : Object
             this.el.halign = Gtk.Align.START;
             this.el.justify = Gtk.Justification.LEFT;
             this.el.tooltip_text = "center, north, south, east, west";
+            this.el.margin_top = 12;
             this.el.visible = true;
         }