mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
tests: Add to the formatter tests
This commit is contained in:
parent
85a21086f6
commit
ac971f9fd6
2 changed files with 55 additions and 2 deletions
|
@ -8,14 +8,14 @@ Overlay {
|
|||
|
||||
[overlay]
|
||||
Button {
|
||||
notify::icon-name => $on_icon_name_changed (label) swapped;
|
||||
notify::icon-name => $on_icon_name_changed(label) swapped;
|
||||
|
||||
styles [
|
||||
'destructive'
|
||||
]
|
||||
}
|
||||
|
||||
visible: bind $isVisible (label.visible, my-menu) as <bool>;
|
||||
visible: bind $isVisible(label.visible, my-menu) as <bool>;
|
||||
width-request: bind label.width-request no-sync-create;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue