Adjusted padding and margin of the StatusTooltip component as design. Fixes #1817
This commit is contained in:
parent
b1434345f7
commit
9950221159
|
@ -72,7 +72,6 @@ Rectangle {
|
|||
StatusToolTip {
|
||||
visible: emojiBtn.hovered
|
||||
text: qsTr("Add reaction")
|
||||
width: 115
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -92,7 +91,6 @@ Rectangle {
|
|||
StatusToolTip {
|
||||
visible: replyBtn.hovered
|
||||
text: qsTr("Reply")
|
||||
width: 75
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -77,7 +77,6 @@ Item {
|
|||
StatusToolTip {
|
||||
visible: mouseArea.containsMouse
|
||||
text: showReactionAuthors(modelData.fromAccounts, modelData.emojiId)
|
||||
width: 400
|
||||
}
|
||||
|
||||
// Rounded corner to cover one corner
|
||||
|
@ -218,7 +217,6 @@ Item {
|
|||
StatusToolTip {
|
||||
visible: addEmojiBtn.isHovered
|
||||
text: qsTr("Add reaction")
|
||||
width: 115
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,7 +51,6 @@ Rectangle {
|
|||
|
||||
StatusToolTip {
|
||||
id: toolTip
|
||||
width: 80
|
||||
text: qsTr("Copied!")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue