EventDelegate: fix separationSpacing indentation

This commit is contained in:
miruka 2020-09-01 13:29:27 -04:00
parent 39f159f0a3
commit f5ad22fcfb

View File

@ -40,10 +40,10 @@ HColumnLayout {
Qt.ArrowCursor
readonly property int separationSpacing:
dayBreak ? theme.spacing * 4 :
talkBreak ? theme.spacing * 6 :
combine ? theme.spacing / (compact ? 4 : 2) :
theme.spacing * (compact ? 1 : 2)
dayBreak ? theme.spacing * 4 :
talkBreak ? theme.spacing * 6 :
combine ? theme.spacing / (compact ? 4 : 2) :
theme.spacing * (compact ? 1 : 2)
readonly property alias eventContent: eventContent