Skip to content

Commit

Permalink
feat(SQ/StatusItemDelegate): Added property to customize text horizon…
Browse files Browse the repository at this point in the history
…tal alignment

Added property `textHorizontalAligment` to customize text horizontal alignment
  • Loading branch information
noeliaSD committed Apr 11, 2023
1 parent f5a7442 commit 7882147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/StatusQ/src/StatusQ/Controls/StatusItemDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ import StatusQ.Controls 0.1
ItemDelegate {
id: root

property alias textHorizontalAligment: textItem.horizontalAlignment

padding: 8
spacing: 8

Expand Down

0 comments on commit 7882147

Please sign in to comment.