feat(SQ/StatusItemDelegate): Added property to customize text horizontal alignment
Added property `textHorizontalAligment` to customize text horizontal alignment
This commit is contained in:
parent
f5a74427b9
commit
7882147eaf
|
@ -9,6 +9,8 @@ import StatusQ.Controls 0.1
|
|||
ItemDelegate {
|
||||
id: root
|
||||
|
||||
property alias textHorizontalAligment: textItem.horizontalAlignment
|
||||
|
||||
padding: 8
|
||||
spacing: 8
|
||||
|
||||
|
|
Loading…
Reference in New Issue