fixes account tab content overlay
This commit is contained in:
parent
1e61d1c538
commit
de4bd2c4a6
|
@ -28,8 +28,17 @@ HPage {
|
||||||
HTabButton { text: qsTr("Security") }
|
HTabButton { text: qsTr("Security") }
|
||||||
}
|
}
|
||||||
|
|
||||||
General { userId: page.userId }
|
General {
|
||||||
Notifications { userId: page.userId }
|
userId: page.userId
|
||||||
Security { userId: page.userId }
|
implicitWidth: TabBar.width
|
||||||
|
}
|
||||||
|
Notifications {
|
||||||
|
userId: page.userId
|
||||||
|
implicitWidth: TabBar.width
|
||||||
|
}
|
||||||
|
Security {
|
||||||
|
userId: page.userId
|
||||||
|
implicitWidth: TabBar.width
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user