mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add explicit size to reply close button
This commit is contained in:
parent
af04aa5669
commit
c2d436942e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue