mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
fix(PinnedMessagesPopup): Force show repeat header
This commit is contained in:
parent
97436b6e26
commit
38353af413
@ -140,12 +140,6 @@ Control {
|
||||
return Theme.palette.pinColor3;
|
||||
return "transparent";
|
||||
}
|
||||
}
|
||||
|
||||
contentItem: Item {
|
||||
|
||||
implicitWidth: messageLayout.implicitWidth
|
||||
implicitHeight: messageLayout.implicitHeight
|
||||
|
||||
Rectangle {
|
||||
anchors {
|
||||
@ -168,6 +162,13 @@ Control {
|
||||
visible: root.hasMention
|
||||
color: Theme.palette.mentionColor1
|
||||
}
|
||||
}
|
||||
|
||||
contentItem: Item {
|
||||
|
||||
implicitWidth: messageLayout.implicitWidth
|
||||
implicitHeight: messageLayout.implicitHeight
|
||||
|
||||
|
||||
SequentialAnimation {
|
||||
id: messageFoundAnimation
|
||||
|
@ -95,6 +95,7 @@ StatusDialog {
|
||||
// Additional params
|
||||
isInPinnedPopup: true
|
||||
disableHover: !!root.messageToPin
|
||||
shouldRepeatHeader: true
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
Loading…
x
Reference in New Issue
Block a user