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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user