tests: Add to the formatter tests

This commit is contained in:
James Westman 2023-09-28 16:32:43 -05:00
parent 85a21086f6
commit ac971f9fd6
2 changed files with 55 additions and 2 deletions

View file

@ -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;
}