Skip to content
Snippets Groups Projects
Unverified Commit d64bb675 authored by Nicolas Werner's avatar Nicolas Werner Committed by GitHub
Browse files

Merge pull request #1518 from Decodetalkers/duplicateid

fix: duplicate id
parents 03fe9f8a 478002d3
Branches qmlRecaptcha
No related tags found
No related merge requests found
Pipeline #4996 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment