Skip to content

Commit 6f5617b

Browse files
committed
add margins
1 parent f067f01 commit 6f5617b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Form.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class Views.Form : Adw.Bin {
4545
};
4646
project_name_info.add_css_class (Granite.STYLE_CLASS_DIM_LABEL);
4747
project_name_info.add_css_class (Granite.STYLE_CLASS_FLAT);
48-
48+
4949
var project_name_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0) {
5050
margin_top = 12
5151
};

0 commit comments

Comments
 (0)