[games/chessament] src/qml: Remove duplicated separators
Manuel Alcaraz Zambrano <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7c43b54d89d7fd14e0e0e87e57fc64465150e893 by Manuel Alcaraz Zambrano.
Committed on 03/08/2026 at 14:42.
Pushed by manuelal into branch 'master'.
Remove duplicated separators
M +0 -16 src/qml/AddPlayerDialog.qml
https://invent.kde.org/games/chessament/-/commit/7c43b54d89d7fd14e0e0e87e57fc64465150e893
diff --git a/src/qml/AddPlayerDialog.qml b/src/qml/AddPlayerDialog.qml
index 455a14e..6d4548e 100644
--- a/src/qml/AddPlayerDialog.qml
+++ b/src/qml/AddPlayerDialog.qml
@@ -137,20 +137,4 @@ QQC2.Dialog {
}
}
}
-
- Kirigami.Separator {
- anchors {
- left: root.contentItem.left
- right: root.contentItem.right
- top: root.contentItem.top
- }
- }
-
- Kirigami.Separator {
- anchors {
- left: root.contentItem.left
- right: root.contentItem.right
- bottom: root.contentItem.bottom
- }
- }
}