Add more bottom margin
Adds more bottom margin so the Now Typing box wont cover the text BUG: 469616
This commit is contained in:
@@ -35,7 +35,7 @@ QQC2.ScrollView {
|
||||
verticalLayoutDirection: ListView.BottomToTop
|
||||
highlightMoveDuration: 500
|
||||
clip: true
|
||||
bottomMargin: Kirigami.Units.largeSpacing
|
||||
bottomMargin: Kirigami.Units.largeSpacing + Math.round(Kirigami.Theme.defaultFont.pointSize * 2)
|
||||
|
||||
model: !isLoaded ? undefined : collapseStateProxyModel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user