forked from Silverfish/proton-bridge
feat(GODT-3121): added tooltip for KB suggestions.
This commit is contained in:
@ -64,11 +64,12 @@ RowLayout {
|
||||
}
|
||||
ColorImage {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.bottomMargin: -6
|
||||
color: label.linkColor
|
||||
height: sourceSize.height
|
||||
source: "/qml/icons/ic-external-link.svg"
|
||||
sourceSize.height: 16
|
||||
sourceSize.width: 16
|
||||
sourceSize.height: 14
|
||||
sourceSize.width: 14
|
||||
visible: external
|
||||
width: sourceSize.width
|
||||
|
||||
|
||||
Reference in New Issue
Block a user