Replies: 1 comment
-
It opens nicely in Slintpad.com using the URL you pasted (without the #L172 at the end, which makes it simpler to debug for me :-) It works for me... provided I remove the The Not really intuitive, I admit that :-) I just commented out the entire previous layout and it showed up and then commented out small section within that layout to figure out what happened. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a demo of sorts to practice standard slint widgets. One last item I add to a
HorizontalLayout
doesn't show-up. I have a hierarchy of layouts like this:I get no errors while compiling the code. No panics while running the app.
The item not showing can be found here:
https://github.com/burumdev/slint-std-widgets-showroom/blob/2bc6f2a51856db55ab68130808392e8834e8881e/ui/tabs-1-buttons.slint#L172
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions