Python: Fix mis-rendering

This commit is contained in:
Simon Hausmann 2025-04-22 16:24:21 +02:00
parent 9ce290b706
commit 5dc8410f0a

View file

@ -135,7 +135,7 @@ Python as properties in the component instance.
For example, this Slint code declares a `PrinterJobQueue` singleton:
```slint,ignore
```slint
export global PrinterJobQueue {
in-out property <int> job-count;
}