[network/kaidan] src/qml/elements: Remove padding of group chat action dialogs
Melvin Keskin <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 954af379594b1cc8715571b9f27b2a0407257d8d by Melvin Keskin.
Committed on 06/08/2026 at 12:44.
Pushed by melvo into branch 'master'.
Remove padding of group chat action dialogs
M +0 -1 src/qml/elements/GroupChatCreationDialog.qml
M +0 -1 src/qml/elements/GroupChatJoiningDialog.qml
https://invent.kde.org/network/kaidan/-/commit/954af379594b1cc8715571b9f27b2a0407257d8d
diff --git a/src/qml/elements/GroupChatCreationDialog.qml b/src/qml/elements/GroupChatCreationDialog.qml
index f339fcc32..9e05c92d2 100644
--- a/src/qml/elements/GroupChatCreationDialog.qml
+++ b/src/qml/elements/GroupChatCreationDialog.qml
@@ -14,7 +14,6 @@ Dialog {
title: qsTr("Create group chat")
bottomInset: 0
- padding: Kirigami.Units.mediumSpacing
onOpened: content.groupChatNameField.forceActiveFocus()
GroupChatCreationContent {
diff --git a/src/qml/elements/GroupChatJoiningDialog.qml b/src/qml/elements/GroupChatJoiningDialog.qml
index 374e4d265..74adc26f9 100644
--- a/src/qml/elements/GroupChatJoiningDialog.qml
+++ b/src/qml/elements/GroupChatJoiningDialog.qml
@@ -15,7 +15,6 @@ Dialog {
title: qsTr("Join group chat")
bottomInset: 0
- padding: Kirigami.Units.mediumSpacing
onOpened: content.groupChatJidField.forceActiveFocus()
GroupChatJoiningContent {