fixes undefined TabBar.width
This commit is contained in:
parent
de4bd2c4a6
commit
09b31c881e
|
@ -30,15 +30,15 @@ HPage {
|
|||
|
||||
General {
|
||||
userId: page.userId
|
||||
implicitWidth: TabBar.width
|
||||
implicitWidth: 0
|
||||
}
|
||||
Notifications {
|
||||
userId: page.userId
|
||||
implicitWidth: TabBar.width
|
||||
implicitWidth: 0
|
||||
}
|
||||
Security {
|
||||
userId: page.userId
|
||||
implicitWidth: TabBar.width
|
||||
implicitWidth: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user