Closed jamiepiccolo closed 1 year ago
Thanks for the bug report.
border-width is not a property of the ListView. It accidentally work in some case because we leak internal stuff through inheritance in the style We probably will fix that in a future release by avoiding inheritance.
Will be fixed as part of the move of our widget to interfaces https://github.com/slint-ui/slint/issues/1870
This may be the correct result when building as I couldn't find any docs showing a ListView with border-width, however it works when I use
Slint: Show Preview
.Error when building in rust (tried master and 2.5.0)
error: Unknown property border-width in ListView
Slint to replicate.