parent
e8b9760c4f
commit
06f1f9a7aa
|
@ -992,8 +992,12 @@ Item {
|
||||||
id: activityCenterPopupComponent
|
id: activityCenterPopupComponent
|
||||||
ActivityCenterPopup {
|
ActivityCenterPopup {
|
||||||
id: activityCenter
|
id: activityCenter
|
||||||
height: appView.height - 56 * 2 // TODO get screen size // Taken from old code top bar height was fixed there to 56
|
// TODO get screen size // Taken from old code top bar height was fixed there to 56
|
||||||
y: 56
|
property int _buttonSize: 56
|
||||||
|
|
||||||
|
x: parent.width - width - Style.current.smallPadding
|
||||||
|
y: parent.y + _buttonSize
|
||||||
|
height: appView.height - _buttonSize * 2
|
||||||
store: chatLayoutContainer.rootStore
|
store: chatLayoutContainer.rootStore
|
||||||
activityCenterStore: appMain.activityCenterStore
|
activityCenterStore: appMain.activityCenterStore
|
||||||
onClosed: {
|
onClosed: {
|
||||||
|
|
Loading…
Reference in New Issue