mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
Limited StatusToolTip width for maxWidth. Fixes #1817
This commit is contained in:
parent
f4ebb5feae
commit
0c65551b45
@ -76,6 +76,7 @@ Item {
|
||||
|
||||
StatusToolTip {
|
||||
visible: mouseArea.containsMouse
|
||||
maxWidth: 400
|
||||
text: showReactionAuthors(modelData.fromAccounts, modelData.emojiId)
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,7 @@ import "../../shared"
|
||||
|
||||
ToolTip {
|
||||
id: tooltip
|
||||
property int maxWidth: 400
|
||||
property int maxWidth: 800
|
||||
implicitWidth: Math.min(maxWidth, textContent.implicitWidth + Style.current.bigPadding)
|
||||
leftPadding: Style.current.smallPadding
|
||||
rightPadding: Style.current.smallPadding
|
||||
|
Loading…
x
Reference in New Issue
Block a user