From 85b731e9fb2250ee278d11a2e0054e35f686f17a Mon Sep 17 00:00:00 2001 From: Darshan Phaldesai Date: Sat, 14 Feb 2026 21:14:40 -0700 Subject: [PATCH] TypingPane: fix spacing between elements --- src/timeline/TypingPane.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline/TypingPane.qml b/src/timeline/TypingPane.qml index c0129f808..0486c3c8c 100644 --- a/src/timeline/TypingPane.qml +++ b/src/timeline/TypingPane.qml @@ -24,7 +24,7 @@ Loader { } contentItem: RowLayout { - spacing: typingPane.spacing + spacing: Kirigami.Units.largeSpacing Row { id: dotRow property int duration: 400