|
@@ -250,7 +250,7 @@ Page {
|
|
|
FileActivityView {
|
|
FileActivityView {
|
|
|
id: fileActivityView
|
|
id: fileActivityView
|
|
|
|
|
|
|
|
- property int swipeIndex: SwipeView.index
|
|
|
|
|
|
|
+ readonly property int swipeIndex: SwipeView.index
|
|
|
|
|
|
|
|
delegateHorizontalPadding: root.intendedPadding
|
|
delegateHorizontalPadding: root.intendedPadding
|
|
|
|
|
|
|
@@ -262,7 +262,7 @@ Page {
|
|
|
Loader {
|
|
Loader {
|
|
|
id: shareViewLoader
|
|
id: shareViewLoader
|
|
|
|
|
|
|
|
- property int swipeIndex: SwipeView.index
|
|
|
|
|
|
|
+ readonly property int swipeIndex: SwipeView.index
|
|
|
|
|
|
|
|
width: swipeView.width
|
|
width: swipeView.width
|
|
|
height: swipeView.height
|
|
height: swipeView.height
|