feat(SQ/StatusItemDelegate): Added property to customize text horizontal alignment

Added property `textHorizontalAligment` to customize text horizontal alignment
This commit is contained in:
Noelia 2023-03-31 12:18:55 +02:00 committed by Noelia
parent f5a74427b9
commit 7882147eaf
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ import StatusQ.Controls 0.1
ItemDelegate {
id: root
property alias textHorizontalAligment: textItem.horizontalAlignment
padding: 8
spacing: 8