fix(Chat): Remove extra button to clear text in gif search

Closes: #5432
This commit is contained in:
mishkarogachev 2022-05-02 18:43:10 +03:00 committed by Iuri Matias
parent 3cf43c864f
commit 79642f1c6f
1 changed files with 0 additions and 16 deletions

View File

@ -114,22 +114,6 @@ Popup {
Qt.callLater(searchGif, searchBox.text);
}
}
StatusFlatRoundButton {
id: clearBtn
implicitWidth: 14
implicitHeight: 14
anchors.right: searchBox.right
anchors.rightMargin: Style.current.padding
anchors.verticalCenter: searchBox.verticalCenter
icon.name: "clear"
visible: searchBox.text !== ""
icon.width: 14
icon.height: 14
type: StatusFlatRoundButton.Type.Tertiary
color: "transparent"
onClicked: toggleCategory(previousCategory)
}
}
StyledText {