Start working on the RoomDrawer port

This commit is contained in:
Carl Schwan
2020-10-04 17:32:11 +02:00
parent 81563c056f
commit 68f509d582
6 changed files with 80 additions and 173 deletions

View File

@@ -37,7 +37,6 @@ Control {
Rectangle {
anchors.fill: parent
color: Kirigami.Theme.focusColor
visible: chatTextInput.activeFocus
}
anchors {
left: parent.left
@@ -90,8 +89,6 @@ Control {
text: "<style>a{color: " + color + ";} .user-pill{}</style>" + replyContent
font.family: window.font.family
font.pixelSize: 14
selectByMouse: true
readOnly: true
wrapMode: Label.Wrap
@@ -242,9 +239,7 @@ Control {
visible: isReply
contentItem: MaterialIcon {
icon: "\ue5cd"
}
icon.name: "dialog-cancel"
onClicked: clearReply()
}
@@ -308,7 +303,6 @@ Control {
height: parent.height
opacity: 0.2
color: Material.accent
}
Timer {