ReactionDelegate: Don't bind twice the reaction repeater model

We already are using an alias for this
This commit is contained in:
Carl Schwan
2023-08-10 14:55:23 +02:00
committed by Tobias Fella
parent c1604a9c4f
commit 9f3012061d

View File

@@ -26,7 +26,6 @@ Flow {
Repeater {
id: reactionRepeater
model: root.model
delegate: QQC2.AbstractButton {
width: Math.max(reactionTextMetrics.advanceWidth + Kirigami.Units.smallSpacing * 4, height)