blueprint-compiler/tests/samples/numbers.blp
James Westman 8758bac40a
tests: Test XML outputs
Load the outputs of the tests in Gtk.Builder and make sure they work.
Some of them don't and need to be fixed. Others will require a bit more
work to set up callbacks, templates, etc.
2022-12-19 13:53:52 -06:00

8 lines
94 B
Text

using Gtk 4.0;
Gtk.Label {
xalign: .5;
height-request: 1_000_000;
margin-top: 0x30;
}