mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Remove deprecated syntax from tests
This commit is contained in:
parent
2a42a55728
commit
a1e9aed4ca
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
TestCase := Window {
|
||||
width: 500px;
|
||||
height: 550px;
|
||||
color: #ecedeb;
|
||||
background: #ecedeb;
|
||||
|
||||
property<[int]> xs: [1, 2, 3];
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
TestCase := Window {
|
||||
width: 500px;
|
||||
height: 550px;
|
||||
color: #ecedeb;
|
||||
background: #ecedeb;
|
||||
|
||||
property<[int]> xs: [1, 2, 3];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue