Disabling interactive thanks dialog.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
95546bd14e
commit
ebf07dccfa
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,7 @@ BaseDialog {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
//height: parent.height
|
//height: parent.height
|
||||||
implicitHeight: contentItem.childrenRect.height
|
implicitHeight: contentItem.childrenRect.height
|
||||||
|
interactive: false
|
||||||
|
|
||||||
model: ListModel {
|
model: ListModel {
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
|
@ -135,6 +136,7 @@ BaseDialog {
|
||||||
model: authors
|
model: authors
|
||||||
width: parent.width - 10
|
width: parent.width - 10
|
||||||
implicitHeight: contentItem.childrenRect.height
|
implicitHeight: contentItem.childrenRect.height
|
||||||
|
interactive: false
|
||||||
|
|
||||||
delegate: Item {
|
delegate: Item {
|
||||||
id: libAuthor
|
id: libAuthor
|
||||||
|
@ -191,6 +193,7 @@ BaseDialog {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
width: parent.width
|
width: parent.width
|
||||||
implicitHeight: contentItem.childrenRect.height
|
implicitHeight: contentItem.childrenRect.height
|
||||||
|
interactive: false
|
||||||
spacing: 3
|
spacing: 3
|
||||||
|
|
||||||
|
|
||||||
|
@ -292,6 +295,7 @@ BaseDialog {
|
||||||
model: authors
|
model: authors
|
||||||
width: parent.width - 10
|
width: parent.width - 10
|
||||||
implicitHeight: contentItem.childrenRect.height
|
implicitHeight: contentItem.childrenRect.height
|
||||||
|
interactive: false
|
||||||
|
|
||||||
delegate: Item {
|
delegate: Item {
|
||||||
id: tranAuthor
|
id: tranAuthor
|
||||||
|
|
Loading…
Reference in a new issue