@@ -35,6 +35,7 @@ ToolBar {
|
|||||||
position: ToolBar.Footer
|
position: ToolBar.Footer
|
||||||
|
|
||||||
contentItem: ColumnLayout {
|
contentItem: ColumnLayout {
|
||||||
|
id: layout
|
||||||
spacing: 0
|
spacing: 0
|
||||||
EmojiPicker {
|
EmojiPicker {
|
||||||
id: emojiPicker
|
id: emojiPicker
|
||||||
@@ -367,12 +368,14 @@ ToolBar {
|
|||||||
id: emojiButton
|
id: emojiButton
|
||||||
icon.name: "preferences-desktop-emoticons"
|
icon.name: "preferences-desktop-emoticons"
|
||||||
icon.color: "transparent"
|
icon.color: "transparent"
|
||||||
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
onClicked: emojiPicker.visible = !emojiPicker.visible
|
onClicked: emojiPicker.visible = !emojiPicker.visible
|
||||||
}
|
}
|
||||||
|
|
||||||
ToolButton {
|
ToolButton {
|
||||||
id: uploadButton
|
id: uploadButton
|
||||||
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
visible: !isReply && !hasAttachment
|
visible: !isReply && !hasAttachment
|
||||||
|
|
||||||
@@ -404,6 +407,7 @@ ToolBar {
|
|||||||
ToolButton {
|
ToolButton {
|
||||||
icon.name: "document-send"
|
icon.name: "document-send"
|
||||||
icon.color: "transparent"
|
icon.color: "transparent"
|
||||||
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
inputField.postMessage(inputField.text)
|
inputField.postMessage(inputField.text)
|
||||||
|
|||||||
Reference in New Issue
Block a user