update
parent
2c7d556042
commit
2cfd5b3ab2
|
@ -7,6 +7,8 @@ import FluentUI
|
|||
|
||||
FluScrollablePage{
|
||||
|
||||
pageMode: FluNavigationView.SingleTask
|
||||
|
||||
ListModel{
|
||||
id:model_header
|
||||
ListElement{
|
||||
|
|
|
@ -11,7 +11,7 @@ Item {
|
|||
property int topPadding: 0
|
||||
property int rightPadding: 10
|
||||
property int bottomPadding: 10
|
||||
property int pageMode: FluNavigationView.SingleTask
|
||||
property int pageMode: FluNavigationView.Standard
|
||||
property string url: ''
|
||||
id:control
|
||||
FluText{
|
||||
|
|
|
@ -12,7 +12,7 @@ Item {
|
|||
property int topPadding: 0
|
||||
property int rightPadding: 10
|
||||
property int bottomPadding: 10
|
||||
property int pageMode: FluNavigationView.SingleTask
|
||||
property int pageMode: FluNavigationView.Standard
|
||||
property string url: ''
|
||||
id:control
|
||||
FluText{
|
||||
|
|
Loading…
Reference in New Issue