mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 09:37:59 +00:00
parent
411961aee7
commit
8aa8b8b7ce
@ -48,7 +48,7 @@ ColumnLayout {
|
|||||||
text: "Hover me!"
|
text: "Hover me!"
|
||||||
StatusToolTip {
|
StatusToolTip {
|
||||||
visible: parent.hovered
|
visible: parent.hovered
|
||||||
text: "Top"
|
text: "http://thelongestlistofthelongeststuffatthelongestdomainnameatlonglast.com%2Fwearejustdoingthistobestupidnowsincethiscangoonforeverandeverandeverbutitstilllookskindaneatinthebrowsereventhoughitsabigwasteoftimeandenergyandhasnorealpointbutwehadtodoitanyways.html&ei=40egUo2MGI3xoATQtIKwDQ&usg=AFQjCNHbBa5Fk4YutdUOj_D8IwpJLu7hGw&sig2=8P4ew1Yie72Ps_OQ-L5cXw&bvm=bv.57155469%2Cd.cGU"
|
||||||
}
|
}
|
||||||
StatusToolTip {
|
StatusToolTip {
|
||||||
visible: parent.hovered
|
visible: parent.hovered
|
||||||
|
@ -65,11 +65,12 @@ ToolTip {
|
|||||||
text: statusToolTip.text
|
text: statusToolTip.text
|
||||||
color: Theme.palette.white
|
color: Theme.palette.white
|
||||||
linkColor: Theme.palette.white
|
linkColor: Theme.palette.white
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.Wrap
|
||||||
font.pixelSize: 13
|
font.pixelSize: 13
|
||||||
font.weight: Font.Medium
|
font.weight: Font.Medium
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
bottomPadding: 8
|
bottomPadding: 8
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user