blueprint-compiler/tests/samples/size_group.blp
James Westman 981c2e3b7d
Remove the ':' in a few places
Changed my mind, I think it's more confusing to use the colon for
properties when they aren't really properties.
2021-11-12 17:47:09 -06:00

9 lines
110 B
Text

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