Merge pull request #1518 from Decodetalkers/duplicateid

fix: duplicate id
This commit is contained in:
DeepBlueV7.X 2023-07-12 16:54:03 +00:00 committed by GitHub
commit d64bb67570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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