fixes undefined TabBar.width

This commit is contained in:
gridtime 2024-01-07 16:04:29 +01:00
parent de4bd2c4a6
commit 09b31c881e
No known key found for this signature in database
GPG Key ID: FB6ACC7A1C9182F8

View File

@ -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
}
}
}