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