slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.58k stars 604 forks source link

Missing char "[" in slint #6775

Closed Donach closed 10 hours ago

Donach commented 1 day ago

https://github.com/slint-ui/slint/blame/8fdbfc5ee5dbc767315c1c1490bfbb982735c0bb/internal/compiler/passes/embed_glyphs.rs#L70

This line is missing "[" char, therefore it will not display on the screen.

Donach commented 1 day ago

In addition, it might make sense to add any other braces or chars that can be commonly used: '{', '}' for example...

ogoffart commented 1 day ago

Also, it looks like ' is there twice