Wrap text for Text element by default

This commit is contained in:
Vyn 2025-06-18 13:53:30 +02:00
parent b549a6a47c
commit acbd56205d
Signed by: vyn
GPG key ID: E1B2BE34E7A971E7

View file

@ -2,4 +2,5 @@ import { Palette } from "Palette.slint";
export component VText inherits Text { export component VText inherits Text {
color: Palette.foreground; color: Palette.foreground;
wrap: word-wrap;
} }