blueprint-compiler/tests/samples/size_group.blp
James Westman be3c0de670
Remove some semicolons
Remove semicolons everywhere except 'using' statements, properties,
attributes, and signals.

This should be the last breaking change to the syntax.
2021-11-30 21:04:35 -06:00

9 lines
109 B
Text

using Gtk 4.0;
SizeGroup {
mode: horizontal;
widgets [label, button]
}
Label label {}
Button button {}