-
I couldn't use the property name `padding` on a component, because it's already implicitly defined.
[This](https://slintpad.com/?snippet=component+Foo+%7B%0A++++%2F%2Fproperty+%3Clength…
-
I'm using ESP32C3 and following the [Official MCU guide](https://releases.slint.dev/1.5.1/docs/rust/slint/docs/mcu/) to build a demo. It works but i encounter two problems.
My Cargo.tom…
-
It's a basic UI necessity to display `float`s in a controlled format. Currently, you can only let your `float` be displayed with inappropriate accuracy (like `5.9993034` in stead of `6.0`)…
-
We need to support user changing translations through the interface, as well as translation on platform that do not have gettext (MCU)
The idea would be somehow to have API to provide a translator.…
-
We identified that having a project file that's understood by the tooling around Slint would have several benefits to support larger scale projects by centralising settings in a well-defined location.…
-
I've found a problem where creating a popup menu with old-fashioned raw Win32 APIs. Specifically after `TrackPopupMenu` is called, the UI seems to go "mute" - while mute the UI seems to be functional…
-
Preview in VS Code crashes when attempting to change a Path command by state.
To reproduce, show preview of the following in VS Code (Slint 1.3.2) :
```
export component Triangle inhe…
-
Slint 1.3.0 Femtovg(and also skia)
https://github.com/slint-ui/slint/assets/41945903/0fe4f9f5-1643-4a1d-adf9-7305f1cedfe5
Software renderer
https://github.com/slint-ui/slint/assets/41945903/3…
-
It is already (partially) supported in stm32f4xx hal (https://docs.rs/stm32f4xx-hal/latest/stm32f4xx_hal/pac/ltdc/index.html) but embassy does not seem to have any support for this, yet.
I would li…
-
Config and Theme screen scrollbars don't match the thin style on Pomotroid. There is also a bit of padding around the ScrollView that doesn't exist in Pomotroid. Because of this on the Settings screen…