diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2022-03-16 03:09:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 03:09:34 +0100 |
commit | a35f5e81cd33edde0c0881b3520dac5f43b6f0dd (patch) | |
tree | e258b95b9e23e8831ba035cd4a41a13a8d3bac02 /resources/qml/MessageInput.qml | |
parent | Update gstreamer in flatpak to 1.20 (diff) | |
parent | small rework of the reply popup (diff) | |
download | nheko-a35f5e81cd33edde0c0881b3520dac5f43b6f0dd.tar.xz |
Merge pull request #989 from maltee1/improve_reply_popup
small rework of the reply popup
Diffstat (limited to 'resources/qml/MessageInput.qml')
-rw-r--r-- | resources/qml/MessageInput.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/MessageInput.qml b/resources/qml/MessageInput.qml index f8ab494b..9a21ac05 100644 --- a/resources/qml/MessageInput.qml +++ b/resources/qml/MessageInput.qml @@ -446,7 +446,6 @@ Rectangle { width: 22 height: 22 image: ":/icons/icons/ui/send.svg" - Layout.rightMargin: 8 ToolTip.visible: hovered ToolTip.text: qsTr("Send") onClicked: { |