Skip to content
Snippets Groups Projects
Commit c2e0aee1 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Improve styling of reply popup

parent 3319e0ec
No related branches found
No related tags found
No related merge requests found
......@@ -223,18 +223,9 @@ Item {
visible: timelineManager.replyingEvent && chat.model
width: parent.width
// Height of child, plus margins, plus border
height: replyContent.height + 10 + 1
color: colors.window
height: replyContent.height + 10
color: colors.dark
// For a border on the top.
Rectangle {
anchors.left: parent.left
anchors.right: parent.right
height: 1
width: parent.width
color: colors.mid
}
RowLayout {
id: replyContent
anchors.left: parent.left
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment