mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 02:21:17 +00:00
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…
x
Reference in New Issue
Block a user