mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
parent
e8b9760c4f
commit
06f1f9a7aa
@ -992,8 +992,12 @@ Item {
|
||||
id: activityCenterPopupComponent
|
||||
ActivityCenterPopup {
|
||||
id: activityCenter
|
||||
height: appView.height - 56 * 2 // TODO get screen size // Taken from old code top bar height was fixed there to 56
|
||||
y: 56
|
||||
// TODO get screen size // Taken from old code top bar height was fixed there to 56
|
||||
property int _buttonSize: 56
|
||||
|
||||
x: parent.width - width - Style.current.smallPadding
|
||||
y: parent.y + _buttonSize
|
||||
height: appView.height - _buttonSize * 2
|
||||
store: chatLayoutContainer.rootStore
|
||||
activityCenterStore: appMain.activityCenterStore
|
||||
onClosed: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user