[network/kaidan] src/qml: ChatPage: Decrease size of button to cancel forwarding
Melvin Keskin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit fcc1689d6aca98d8ad906e6620ea24d3723a4b52 by Melvin Keskin.
Committed on 25/07/2026 at 17:06.
Pushed by melvo into branch 'master'.
ChatPage: Decrease size of button to cancel forwarding
M +0 -1 src/qml/ChatPage.qml
https://invent.kde.org/network/kaidan/-/commit/fcc1689d6aca98d8ad906e6620ea24d3723a4b52
diff --git a/src/qml/ChatPage.qml b/src/qml/ChatPage.qml
index f643f76e4..67b3de80f 100644
--- a/src/qml/ChatPage.qml
+++ b/src/qml/ChatPage.qml
@@ -574,7 +574,6 @@ SearchBarPage {
IconButton {
text: qsTr("Cancel forwarding")
icon.source: "window-close-symbolic"
- icon.width: Kirigami.Units.iconSizes.enormous
Layout.alignment: Qt.AlignHCenter
onClicked: root.chatController.messageBodyToForward = ""
}