[network/kaidan] src/qml: ChatPage: Do not set default property value
Melvin Keskin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 52f5e82563457e035e3f3daf044719a006a9c2b8 by Melvin Keskin.
Committed on 25/07/2026 at 17:06.
Pushed by melvo into branch 'master'.
ChatPage: Do not set default property value
M +0 -1 src/qml/ChatPage.qml
https://invent.kde.org/network/kaidan/-/commit/52f5e82563457e035e3f3daf044719a006a9c2b8
diff --git a/src/qml/ChatPage.qml b/src/qml/ChatPage.qml
index 5f3145504..f643f76e4 100644
--- a/src/qml/ChatPage.qml
+++ b/src/qml/ChatPage.qml
@@ -661,7 +661,6 @@ SearchBarPage {
ChatInfo {
text: filePastingShortcut.nativeText
- level: 5
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignHCenter
Layout.maximumWidth: dropAreaInfo.width - Kirigami.Units.largeSpacing