Start fleshing out the localdocs ui.

This commit is contained in:
Adam Treat
2023-05-22 09:03:06 -04:00
committed by AT
parent af33be7b3e
commit 120fbbf67d
3 changed files with 38 additions and 4 deletions

View File

@@ -803,11 +803,8 @@ Dialog {
contentWidth: availableWidth - 20
ScrollBar.vertical.policy: ScrollBar.AlwaysOn
GridLayout {
LocalDocs {
anchors.margins: 10
columns: 3
rowSpacing: 10
columnSpacing: 10
anchors.fill: parent
}
}