Narrow member list: properly hide last seen texts
This commit is contained in:
parent
3ff90d1074
commit
8e629ade66
|
@ -12,6 +12,7 @@ HLabel {
|
|||
verticalAlignment: Qt.AlignVCenter
|
||||
color: theme.colors.halfDimText
|
||||
visible: Layout.maximumWidth > 0
|
||||
opacity: Layout.maximumWidth > 0 ? 1 : 0
|
||||
|
||||
Layout.fillHeight: true
|
||||
Layout.maximumWidth:
|
||||
|
|
Loading…
Reference in New Issue
Block a user