mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
11 lines
189 B
Text
11 lines
189 B
Text
using Gtk 4.0;
|
|
|
|
Box {
|
|
visible: bind-prop box2.visible inverted;
|
|
orientation: bind-prop box2.orientation;
|
|
spacing: bind-prop box2.spacing no-sync-create;
|
|
}
|
|
|
|
Box box2 {
|
|
spacing: 6;
|
|
}
|