blueprint-compiler/tests/sample_errors/expr_lookup_dne.blp
2022-12-25 14:04:40 -06:00

5 lines
No EOL
98 B
Text

using Gtk 4.0;
Overlay overlay {
margin-bottom: bind overlay.child as (Label).not-a-property;
}