-
Consider [this SlintPad demo](https://slintpad.com/?snippet=import+%7B+Button%2C+VerticalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Acomponent+Foo+%7B%0A++++in+property+%3Cbool%3E+has-low…
-
Text widgets seem not to display correctly with Chinese character, here are some examples:
1. English letter and Chinese character joined with `\n`, the Chinese character should be disp…
-
Slint version: v1.5.0
Backend: Winit-skia
Sample code:
appwindow.slint
```slint
export component AppWindow inherits Window {
no-frame: !self.has-header;
width: 800px;
hei…
-
When opening any content on Linux Desktop, the player window is always the default size.
Reverting to X11 (even via XWayland) fixes this.
Could be a `winit` or a `KDE` issue as well.
Expected…
-
## Version(s) of meta-rust
Master branch at `816a860f2b7a40722a87aafc6b74e7a7bc4ad3eb`
## Version(s) of poky and/or oe-core
Kirkstone branch at `407c3e0237d947ec003bdd1af89a226121c7939c`
#…
-
We should generate the documentation from the widgets and the builtin elements from the builtins.slint and std-widgets.slint
It should be easy to take the parser and make a tool that generate the doc…
-
There is an issue with the `ScrollView` on the material theme, probably related to #4411 .
When scrolling with the finger (on a touch screen) or using the mouse to pan on, e.g. Slint Live…
-
It'd be nice to pull this chart directly without cloning the repository. It seems that using GitHub pages is a sensible solution, even document on helm's docs: https://helm.sh/docs/howto/chart_release…
-
Demo code ([SlintPad](https://slintpad.com/?snippet=import+%7B+Button%2C+VerticalBox%2C+HorizontalBox+%7D+from+%22std-widgets.slint%22%3B%0A%0Aexport+component+Demo+%7B%0A++++min-width%3A+…
-
Hi, I'm using slint-lsp with neovim and it works great but I get a lot of warnings because my other attached LSP clients use UTF-16 encoding, which seems to be the standard, whereas slint-…