TypingPane: fix spacing between elements
This commit is contained in:
committed by
Joshua Goins
parent
38b3e65618
commit
85b731e9fb
@@ -24,7 +24,7 @@ Loader {
|
||||
}
|
||||
|
||||
contentItem: RowLayout {
|
||||
spacing: typingPane.spacing
|
||||
spacing: Kirigami.Units.largeSpacing
|
||||
Row {
|
||||
id: dotRow
|
||||
property int duration: 400
|
||||
|
||||
Reference in New Issue
Block a user