mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +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 {
|
TestCase := Window {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 550px;
|
height: 550px;
|
||||||
color: #ecedeb;
|
background: #ecedeb;
|
||||||
|
|
||||||
property<[int]> xs: [1, 2, 3];
|
property<[int]> xs: [1, 2, 3];
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
TestCase := Window {
|
TestCase := Window {
|
||||||
width: 500px;
|
width: 500px;
|
||||||
height: 550px;
|
height: 550px;
|
||||||
color: #ecedeb;
|
background: #ecedeb;
|
||||||
|
|
||||||
property<[int]> xs: [1, 2, 3];
|
property<[int]> xs: [1, 2, 3];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue