[network/neochat] src/roominfo: RoomInformation: use symbolic icons for consistency
Tobias Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f43af9e2658f3be34daa841984d2eef0603e72ca by Tobias Fella, on behalf of Antti Savolainen.
Committed on 13/08/2026 at 19:25.
Pushed by tfella into branch 'master'.
RoomInformation: use symbolic icons for consistency
M +1 -1 src/roominfo/RoomInformation.qml
https://invent.kde.org/network/neochat/-/commit/f43af9e2658f3be34daa841984d2eef0603e72ca
diff --git a/src/roominfo/RoomInformation.qml b/src/roominfo/RoomInformation.qml
index 4932100bd..814dcb302 100644
--- a/src/roominfo/RoomInformation.qml
+++ b/src/roominfo/RoomInformation.qml
@@ -93,7 +93,7 @@ QQC2.ScrollView {
Delegates.RoundedItemDelegate {
id: searchButton
visible: !root.room.isSpace
- icon.name: "search"
+ icon.name: "search-symbolic"
text: i18nc("@action:button", "Search Messages")
activeFocusOnTab: true