chore(StatusModal): make StatusModal follow padding
https://github.com/status-im/status-desktop/pull/6010#discussion_r892148627
This commit is contained in:
parent
b569782d4c
commit
0f5c1ce4c6
|
@ -194,10 +194,11 @@ QC.Popup {
|
||||||
|
|
||||||
width: 480
|
width: 480
|
||||||
|
|
||||||
topPadding: headerImpl.implicitHeight
|
padding: 0
|
||||||
bottomPadding: footerImpl.implicitHeight
|
topPadding: padding + headerImpl.implicitHeight
|
||||||
leftPadding: 0
|
bottomPadding: padding + footerImpl.implicitHeight
|
||||||
rightPadding: 0
|
leftPadding: padding
|
||||||
|
rightPadding: padding
|
||||||
|
|
||||||
modal: true
|
modal: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue