mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Python: Fix mis-rendering
This commit is contained in:
parent
9ce290b706
commit
5dc8410f0a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue