added output of notifications/errors after installation/import
This commit is contained in:
parent
0411792ca5
commit
1092abe776
39 changed files with 488 additions and 303 deletions
|
@ -78,11 +78,5 @@ ListView {
|
|||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
if (isDefault) {
|
||||
root.currentContainerName = name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,7 +67,7 @@ DrawerType {
|
|||
|
||||
delegate: Item {
|
||||
implicitWidth: root.width
|
||||
implicitHeight: content.implicitHeight
|
||||
implicitHeight: delegateContent.implicitHeight
|
||||
|
||||
ColumnLayout {
|
||||
id: delegateContent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue