mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
fix: duplicate id
This commit is contained in:
parent
0cb3a7e4a7
commit
478002d33f
1 changed files with 0 additions and 5 deletions
|
@ -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 {
|
||||||
roleValue: "emoji"
|
roleValue: "emoji"
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: del
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: rowSpacing
|
spacing: rowSpacing
|
||||||
|
@ -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 {
|
||||||
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 {
|
||||||
roleValue: "roomAliases"
|
roleValue: "roomAliases"
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: del
|
|
||||||
|
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
spacing: rowSpacing
|
spacing: rowSpacing
|
||||||
|
|
Loading…
Reference in a new issue