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

5 lines
No EOL
85 B
Text

using Gtk 4.0;
Overlay overlay {
margin-bottom: bind overlay.margin-bottom.what;
}