Add explicit size to reply close button

remotes/origin/0.7.0-dev
Nicolas Werner 5 years ago
parent af04aa5669
commit c2d436942e
  1. 2
      resources/qml/TimelineView.qml

@ -249,6 +249,8 @@ Item {
anchors.rightMargin: 15 anchors.rightMargin: 15
anchors.top: replyPreview.top anchors.top: replyPreview.top
hoverEnabled: true hoverEnabled: true
width: 16
height: 16
image: ":/icons/icons/ui/remove-symbol.png" image: ":/icons/icons/ui/remove-symbol.png"
ToolTip { ToolTip {

Loading…
Cancel
Save