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 {
|
contentItem: RowLayout {
|
||||||
spacing: typingPane.spacing
|
spacing: Kirigami.Units.largeSpacing
|
||||||
Row {
|
Row {
|
||||||
id: dotRow
|
id: dotRow
|
||||||
property int duration: 400
|
property int duration: 400
|
||||||
|
|||||||
Reference in New Issue
Block a user