fix(settings) fix popup spacing for change password modal
The extra space was not needed given that modal has a padding of 16 already Closes: #13894
This commit is contained in:
parent
086180b47a
commit
79fa3795ca
|
@ -52,7 +52,6 @@ StatusDialog {
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 16
|
|
||||||
spacing: 20
|
spacing: 20
|
||||||
StatusBaseText {
|
StatusBaseText {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Reference in New Issue