mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
janitor: cspell fixes
This commit is contained in:
parent
a50d1e7d02
commit
49e0a2f32b
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
to that property.
|
||||
*/
|
||||
|
||||
import { _ } from ""; // just to silence many errorin the LSP
|
||||
import { _ } from ""; // just to silence many error in the LSP
|
||||
|
||||
Rectangle := _ {
|
||||
property <brush> background;
|
||||
|
@ -258,7 +258,7 @@ Row := _ {
|
|||
//-is_non_item_type
|
||||
}
|
||||
|
||||
// Note: layouts are not NativeClass, but this is lowerd in lower_layout
|
||||
// Note: layouts are not NativeClass, but this is lowered in lower_layout
|
||||
export GridLayout := _ {
|
||||
property <length> spacing;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue