mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
uefi demo: Fix compilation in master
After 80de96488a
we now detect binding
loop if the window's layout depends on itself
This commit is contained in:
parent
c3021ff955
commit
2ee0904169
1 changed files with 0 additions and 5 deletions
|
@ -66,11 +66,6 @@ export component Demo inherits Window {
|
|||
Text { text: secure-boot ? "enabled" : "disabled"; }
|
||||
}
|
||||
|
||||
Row {
|
||||
Text { text: "Resolution:"; horizontal-alignment: right; }
|
||||
Text { text: "\{floor(root.width / 1px)}x\{floor(root.height / 1px)}"; }
|
||||
}
|
||||
|
||||
Row { Rectangle {} }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue