blueprint-compiler/tests/samples/layout.blp
James Westman 5f0eef5f2e
Add compilation tests
Added a set of test inputs and expected outputs, for regression testing.
2021-10-31 23:36:20 -05:00

10 lines
89 B
Text

using Gtk 4.0;
Grid {
Label {
layout {
column: 0;
row: 1;
}
}
}