QuickQanava: set label color black

Change-Id: Id02f739d3618cb6575c2679ebdadb1b0c7755c97
Reviewed-by: Rafal Andrusieczko <rnd@spyro-soft.com>
This commit is contained in:
Rafal Andrusieczko
2024-12-20 15:19:42 +01:00
parent 61070038b6
commit 21d5743a21

View File

@@ -109,6 +109,7 @@ Item {
maximumLineCount: 3 // Must be set, otherwise elide don't work and we end up with single line text maximumLineCount: 3 // Must be set, otherwise elide don't work and we end up with single line text
elide: Text.ElideRight elide: Text.ElideRight
wrapMode: Text.Wrap wrapMode: Text.Wrap
color: "black"
} }
Item { Item {
id: contentLayout id: contentLayout