main
朱子楚\zhuzi 2023-05-14 20:28:41 +08:00
parent ea04380bd5
commit bf5a4ef4f5
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ Item {
property int topPadding: 0 property int topPadding: 0
property int rightPadding: 0 property int rightPadding: 0
property int bottomPadding: 0 property int bottomPadding: 0
property int pageMode: FluNavigationView.SingleTask property int pageMode: FluNavigationView.Standard
property string url: '' property string url: ''
id:control id:control

View File

@ -13,7 +13,7 @@ Item {
property int topPadding: 0 property int topPadding: 0
property int rightPadding: 10 property int rightPadding: 10
property int bottomPadding: 10 property int bottomPadding: 10
property int pageMode: FluNavigationView.SingleTask property int pageMode: FluNavigationView.Standard
property string url: '' property string url: ''
id:control id:control