From 0b75b9f48889c69b5cf5315f958ce01d39e00b75 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Mon, 23 Nov 2020 10:25:21 -0700 Subject: [PATCH] Correct alignment for text input inline buttons Ther were aligned top for no perceptible reason, which caused them to not ve vertically centered in the text field. --- imports/NeoChat/Component/ChatTextInput.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/imports/NeoChat/Component/ChatTextInput.qml b/imports/NeoChat/Component/ChatTextInput.qml index b9e5c8b93..f92dc8cf6 100644 --- a/imports/NeoChat/Component/ChatTextInput.qml +++ b/imports/NeoChat/Component/ChatTextInput.qml @@ -374,7 +374,6 @@ ToolBar { id: emojiButton icon.name: "preferences-desktop-emoticons" icon.color: "transparent" - Layout.alignment: Qt.AlignTop onClicked: emojiPicker.visible = !emojiPicker.visible @@ -385,7 +384,6 @@ ToolBar { ToolButton { id: uploadButton - Layout.alignment: Qt.AlignTop visible: !isReply && !hasAttachment @@ -421,7 +419,6 @@ ToolBar { ToolButton { icon.name: "document-send" icon.color: "transparent" - Layout.alignment: Qt.AlignTop onClicked: { inputField.postMessage(inputField.text)