mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Make swipeIndex properties readonly
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
98ec8ff302
commit
bccdb0e8f7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue