mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Remove PropertyBinding rule, just use Binding
This commit is contained in:
parent
abc4e5de65
commit
0a4b5d07a1
16 changed files with 100 additions and 179 deletions
|
@ -1,9 +1,8 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Box {
|
||||
visible: bind box2.visible inverted;
|
||||
orientation: bind box2.orientation;
|
||||
spacing: bind box2.spacing no-sync-create;
|
||||
visible: bind-property box2.visible inverted;
|
||||
orientation: bind-property box2.orientation;
|
||||
}
|
||||
|
||||
Box box2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue