uiux(ModalPopup): adjust content width to match designs

This commit is contained in:
Pascal Precht 2021-01-20 17:21:10 +01:00 committed by Iuri Matias
parent f055286124
commit d9b2991a33

View File

@ -119,9 +119,9 @@ Popup {
anchors.bottom: separator2.top
anchors.bottomMargin: Style.current.padding
anchors.left: parent.left
anchors.leftMargin: Style.current.padding
anchors.leftMargin: Style.current.xlPadding
anchors.right: parent.right
anchors.rightMargin: Style.current.padding
anchors.rightMargin: Style.current.xlPadding
}
Separator {