[orx-panel] Rename WatchDiv to WatchListDiv, add WatchPropertyDiv

This commit is contained in:
Edwin Jakobs
2020-07-06 13:23:13 +02:00
parent a9e12634bc
commit 3528d35cbf
3 changed files with 80 additions and 5 deletions

View File

@@ -113,8 +113,8 @@ fun main() = application {
}
}
watchDiv("matrix", watchList = programState.matrix) { row ->
watchDiv("row", watchList = row) { item ->
watchListDiv("matrix", watchList = programState.matrix) { row ->
watchListDiv("row", watchList = row) { item ->
this.id = "some-row"
slider {
label = "value"