fixes undefined TabBar.width
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user