summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-07-12 16:54:03 +0000
committerGitHub <noreply@github.com>2023-07-12 16:54:03 +0000
commitd64bb6757069146536074e8153bc5a943dce179e (patch)
tree44b9b88b836620008266a887ce675046a7b1f6db
parent03fe9f8a25a34f2d3691cc74f1694eab237f6caf (diff)
parent478002d33f757a6efa714758bca5f5d3140ece70 (diff)
Merge pull request #1518 from Decodetalkers/duplicateid
fix: duplicate id
-rw-r--r--resources/qml/Completer.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/resources/qml/Completer.qml b/resources/qml/Completer.qml
index 9aebfdf5..590d5bb8 100644
--- a/resources/qml/Completer.qml
+++ b/resources/qml/Completer.qml
@@ -145,7 +145,6 @@ Control {
roleValue: "user"
RowLayout {
- id: del
anchors.centerIn: centerRowContent ? parent : undefined
spacing: rowSpacing
@@ -172,7 +171,6 @@ Control {
roleValue: "emoji"
RowLayout {
- id: del
anchors.centerIn: parent
spacing: rowSpacing
@@ -209,7 +207,6 @@ Control {
roleValue: "command"
RowLayout {
- id: del
anchors.centerIn: parent
spacing: rowSpacing
@@ -229,7 +226,6 @@ Control {
roleValue: "room"
RowLayout {
- id: del
anchors.centerIn: centerRowContent ? parent : undefined
spacing: rowSpacing
@@ -255,7 +251,6 @@ Control {
roleValue: "roomAliases"
RowLayout {
- id: del
anchors.centerIn: parent
spacing: rowSpacing