increased size of clear icon

CURA-11003
This commit is contained in:
Saumya Jain 2024-04-08 15:37:48 +02:00
parent 78b7793cd4
commit d017f0ec9c

View file

@ -155,7 +155,7 @@ Item
iconSource: UM.Theme.getIcon("Cancel")
visible: base.hasSearchFilter
height: Math.round(filter.height * 0.4)
height: Math.round(filter.height * 0.5)
width: visible ? height : 0
anchors.verticalCenter: filter.verticalCenter