Improve emoji selector
This commit is contained in:
@@ -126,6 +126,7 @@ ToolBar {
|
|||||||
visible: isEmoji
|
visible: isEmoji
|
||||||
text: autoCompleteText
|
text: autoCompleteText
|
||||||
font.family: "Emoji"
|
font.family: "Emoji"
|
||||||
|
font.pointSize: 20
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
}
|
}
|
||||||
@@ -135,6 +136,7 @@ ToolBar {
|
|||||||
Layout.preferredHeight: Kirigami.Units.gridUnit
|
Layout.preferredHeight: Kirigami.Units.gridUnit
|
||||||
source: modelData.avatarMediaId ? "image://mxc/" + modelData.avatarMediaId : ""
|
source: modelData.avatarMediaId ? "image://mxc/" + modelData.avatarMediaId : ""
|
||||||
color: modelData.color ? Qt.darker(modelData.color, 1.1) : null
|
color: modelData.color ? Qt.darker(modelData.color, 1.1) : null
|
||||||
|
visible: !isEmoji
|
||||||
}
|
}
|
||||||
Label {
|
Label {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|||||||
Reference in New Issue
Block a user