mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-23 17:05:28 +02:00
Message button: set circled false
Change-Id: I58aee3397e46025a79321e2a54211f72d299077e
This commit is contained in:
parent
15351a5aae
commit
4e5f153230
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,7 @@ Control {
|
|||
source: JamiResources.more_vert_24dp_svg
|
||||
width: optionButtonItem.width / 2
|
||||
height: optionButtonItem.height
|
||||
circled: false
|
||||
|
||||
onClicked: {
|
||||
var component = Qt.createComponent("qrc:/commoncomponents/MessageOptionsPopup.qml");
|
||||
|
@ -318,6 +319,7 @@ Control {
|
|||
anchors.right: isOutgoing ? more.left : undefined
|
||||
anchors.left: !isOutgoing ? more.right : undefined
|
||||
visible: CurrentAccount.type !== Profile.Type.SIP && Body !== "" && (bubbleArea.bubbleHovered || hovered || more.hovered || bgHandler.hovered)
|
||||
circled: false
|
||||
|
||||
onClicked: {
|
||||
MessagesAdapter.editId = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue