ReactionDelegate: Don't bind twice the reaction repeater model
We already are using an alias for this
This commit is contained in:
committed by
Tobias Fella
parent
c1604a9c4f
commit
9f3012061d
@@ -26,7 +26,6 @@ Flow {
|
||||
|
||||
Repeater {
|
||||
id: reactionRepeater
|
||||
model: root.model
|
||||
|
||||
delegate: QQC2.AbstractButton {
|
||||
width: Math.max(reactionTextMetrics.advanceWidth + Kirigami.Units.smallSpacing * 4, height)
|
||||
|
||||
Reference in New Issue
Block a user