From c2d436942e45def204725321611dcbe3fa80714b Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 30 Jan 2020 04:01:44 +0100 Subject: [PATCH] Add explicit size to reply close button --- resources/qml/TimelineView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 35d41ea..0d42bf4 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -249,6 +249,8 @@ Item { anchors.rightMargin: 15 anchors.top: replyPreview.top hoverEnabled: true + width: 16 + height: 16 image: ":/icons/icons/ui/remove-symbol.png" ToolTip {