This commit is contained in:
zhuzihcu
2023-05-17 11:42:03 +08:00
parent 09fa471a10
commit 09dd381bbc
8 changed files with 28 additions and 7 deletions

View File

@ -24,7 +24,7 @@ FluScrollablePage{
asynchronous: true
source: "qrc:/example/res/image/banner_3.jpg"
anchors.fill: parent
sourceSize: Qt.size(width,height)
sourceSize: Qt.size(2*width,2*height)
}
FluAcrylic {
sourceItem:image

View File

@ -121,7 +121,7 @@ FluScrollablePage{
asynchronous: true
source: "qrc:/example/res/image/banner_1.jpg"
anchors.fill: parent
sourceSize: Qt.size(width,height)
sourceSize: Qt.size(2*width,2*height)
}
Layout.topMargin: 20
}