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
No related branches found
No related tags found
No related merge requests found
Pipeline #4996 passed
...@@ -145,7 +145,6 @@ Control { ...@@ -145,7 +145,6 @@ Control {
roleValue: "user" roleValue: "user"
RowLayout { RowLayout {
id: del
anchors.centerIn: centerRowContent ? parent : undefined anchors.centerIn: centerRowContent ? parent : undefined
spacing: rowSpacing spacing: rowSpacing
...@@ -172,7 +171,6 @@ Control { ...@@ -172,7 +171,6 @@ Control {
roleValue: "emoji" roleValue: "emoji"
RowLayout { RowLayout {
id: del
anchors.centerIn: parent anchors.centerIn: parent
spacing: rowSpacing spacing: rowSpacing
...@@ -209,7 +207,6 @@ Control { ...@@ -209,7 +207,6 @@ Control {
roleValue: "command" roleValue: "command"
RowLayout { RowLayout {
id: del
anchors.centerIn: parent anchors.centerIn: parent
spacing: rowSpacing spacing: rowSpacing
...@@ -229,7 +226,6 @@ Control { ...@@ -229,7 +226,6 @@ Control {
roleValue: "room" roleValue: "room"
RowLayout { RowLayout {
id: del
anchors.centerIn: centerRowContent ? parent : undefined anchors.centerIn: centerRowContent ? parent : undefined
spacing: rowSpacing spacing: rowSpacing
...@@ -255,7 +251,6 @@ Control { ...@@ -255,7 +251,6 @@ Control {
roleValue: "roomAliases" roleValue: "roomAliases"
RowLayout { RowLayout {
id: del
anchors.centerIn: parent anchors.centerIn: parent
spacing: rowSpacing 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