EventDelegate: fix separationSpacing indentation
This commit is contained in:
parent
39f159f0a3
commit
f5ad22fcfb
@ -40,10 +40,10 @@ HColumnLayout {
|
|||||||
Qt.ArrowCursor
|
Qt.ArrowCursor
|
||||||
|
|
||||||
readonly property int separationSpacing:
|
readonly property int separationSpacing:
|
||||||
dayBreak ? theme.spacing * 4 :
|
dayBreak ? theme.spacing * 4 :
|
||||||
talkBreak ? theme.spacing * 6 :
|
talkBreak ? theme.spacing * 6 :
|
||||||
combine ? theme.spacing / (compact ? 4 : 2) :
|
combine ? theme.spacing / (compact ? 4 : 2) :
|
||||||
theme.spacing * (compact ? 1 : 2)
|
theme.spacing * (compact ? 1 : 2)
|
||||||
|
|
||||||
readonly property alias eventContent: eventContent
|
readonly property alias eventContent: eventContent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user