|
|
|
|
@ -36,16 +36,17 @@ Pane {
|
|
|
|
|
Flickable { |
|
|
|
|
Layout.fillWidth: true |
|
|
|
|
Layout.fillHeight: true |
|
|
|
|
Layout.topMargin: constants.paddingLarge |
|
|
|
|
Layout.leftMargin: constants.paddingLarge |
|
|
|
|
Layout.rightMargin: constants.paddingLarge |
|
|
|
|
|
|
|
|
|
contentHeight: contentLayout.height |
|
|
|
|
contentHeight: flickableRoot.height |
|
|
|
|
clip: true |
|
|
|
|
interactive: height < contentHeight |
|
|
|
|
|
|
|
|
|
Pane { |
|
|
|
|
id: flickableRoot |
|
|
|
|
width: parent.width |
|
|
|
|
padding: constants.paddingLarge |
|
|
|
|
|
|
|
|
|
GridLayout { |
|
|
|
|
id: contentLayout |
|
|
|
|
width: parent.width |
|
|
|
|
columns: 2 |
|
|
|
|
|
|
|
|
|
@ -311,7 +312,7 @@ Pane {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ButtonContainer { |
|
|
|
|
|