Ensure typing bar is invisible when reduced
This commit is contained in:
parent
040bfe37f8
commit
eb582424b9
|
@ -9,6 +9,7 @@ Rectangle {
|
||||||
|
|
||||||
color: theme.chat.typingMembers.background
|
color: theme.chat.typingMembers.background
|
||||||
implicitHeight: typingLabel.text ? rowLayout.height : 0
|
implicitHeight: typingLabel.text ? rowLayout.height : 0
|
||||||
|
opacity: implicitHeight ? 1 : 0
|
||||||
|
|
||||||
Behavior on implicitHeight { HNumberAnimation {} }
|
Behavior on implicitHeight { HNumberAnimation {} }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user