Skip to content
Snippets Groups Projects
Commit bc34abc8 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: add tooltip for show preview button

Change-Id: I8b292bdb157c0fed6f873263dc97c4f7f2fa1f02
GitLab: #1337
parent 69b59ad2
No related branches found
No related tags found
No related merge requests found
......@@ -723,6 +723,7 @@ Item {
property string showMore: qsTr("Show more")
property string showLess: qsTr("Show less")
property string showPreview: qsTr("Show preview")
property string bold: qsTr("Bold")
property string italic: qsTr("Italic")
property string strikethrough: qsTr("Strikethrough")
......
......@@ -1165,6 +1165,7 @@ RowLayout {
imageColor: (hovered || showPreview) ? JamiTheme.chatViewFooterImgHoverColor : JamiTheme.chatViewFooterImgColor
hoveredColor: JamiTheme.hoveredButtonColor
pressedColor: hoveredColor
toolTipText: JamiStrings.showPreview
onClicked: {
showPreview = !showPreview;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment