summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-28 17:16:49 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-28 17:16:49 +0100
commitc2e0aee1935e6da79993eb3c0742f4f479fa32f2 (patch)
tree3c5f5465ffe43ecb2872bf9ff7798eb8c5a2f54c
parentFix resize loop of images in reply popup (diff)
downloadnheko-c2e0aee1935e6da79993eb3c0742f4f479fa32f2.tar.xz
Improve styling of reply popup
-rw-r--r--resources/qml/TimelineView.qml13
1 files changed, 2 insertions, 11 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index dd171cbd..61094890 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -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