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:
Olivier Goffart 2025-05-26 11:17:37 +02:00
parent c3021ff955
commit 2ee0904169

View file

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