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