aboutsummaryrefslogtreecommitdiff
path: root/qml/Message.qml
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-11-02 16:50:41 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-11-02 20:46:02 +0100
commit5960341553d2d3343ef708d19013595c8000d3db (patch)
tree5bc4b4401786595de73d8ccb1f1d9cba9e1cda28 /qml/Message.qml
parent09dbd21fef6c18bb79f5dd1b0c73a02dd9fba92d (diff)
downloadkdeltachat-5960341553d2d3343ef708d19013595c8000d3db.tar.gz
kdeltachat-5960341553d2d3343ef708d19013595c8000d3db.zip
Clearer pin icon for pinned chats.
- We also remove the rectangle behind it. - remove useless comments in videoChatView
Diffstat (limited to 'qml/Message.qml')
-rw-r--r--qml/Message.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/qml/Message.qml b/qml/Message.qml
index 2798d95..14d68a8 100644
--- a/qml/Message.qml
+++ b/qml/Message.qml
@@ -291,8 +291,6 @@ RowLayout {
hoverEnabled: true
ToolTip.visible: hovered
ToolTip.text: "<u>"+root.message.videochatUrl+"</u>"
- //Layout.leftMargin: 30
- //Layout.rightMargin: 30
onClicked: Qt.openUrlExternally(root.message.videochatUrl)
}
}