Skip to content

Commit e53019c

Browse files
authored
Box: Add version annotation to Spacing enum (#918)
1 parent add5096 commit e53019c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Widgets/Box.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
*/
1111
[Version (since = "7.7.0")]
1212
public class Granite.Box : Gtk.Box {
13+
[Version (since = "7.7.0")]
1314
public enum Spacing {
1415
NONE,
1516
// Spacing between groups of related controls like {@link Gtk.CheckButton}

0 commit comments

Comments
 (0)