Various fixes to remove unnecessary warnings.

This commit is contained in:
Adam Treat
2023-05-25 11:13:02 -04:00
committed by AT
parent 0403a122ca
commit 98201540a2
4 changed files with 4 additions and 18 deletions

View File

@@ -36,7 +36,7 @@ Item {
FolderDialog {
id: folderDialog
title: "Please choose a directory"
currentFolder: StandardPaths.writableLocation(StandardPaths.DocumentsLocation)
currentFolder: StandardPaths.writableLocation(StandardPaths.HomeLocation)
onAccepted: {
root.folder_path = selectedFolder
}

View File

@@ -21,8 +21,6 @@ Dialog {
Row {
anchors.centerIn: parent
width: childrenRect.width
height: childrenRect.height
spacing: 20
Text {