Reduce profile status message brightness
This commit is contained in:
parent
80bbee1434
commit
1611b8ea16
|
@ -149,6 +149,7 @@ HListView {
|
||||||
text: member.status_msg.trim()
|
text: member.status_msg.trim()
|
||||||
visible: text !== ""
|
visible: text !== ""
|
||||||
horizontalAlignment: lineCount > 1 ? Qt.AlignLeft : Qt.AlignHCenter
|
horizontalAlignment: lineCount > 1 ? Qt.AlignLeft : Qt.AlignHCenter
|
||||||
|
color: theme.colors.halfDimText
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.bottomMargin: theme.spacing
|
Layout.bottomMargin: theme.spacing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user