DeleteAccountDialog: resolve display issue with SIP account

GitLab: #1445

Change-Id: I8080df282d0fb4bd958fc50216e0c66b69a09418
This commit is contained in:
cberthet
2023-12-01 10:12:25 -05:00
parent e753dd509e
commit b4de00ce61

View File

@@ -182,6 +182,8 @@ BaseModalDialog {
Rectangle {
Layout.fillWidth: true
visible: !isSIP
radius: 5
color: root.backgroundColor
@@ -242,7 +244,7 @@ BaseModalDialog {
anchors.centerIn: parent
anchors.margins: 15
width: accountRectangle.width
width: parent.width
Image{
id: warningIcon
@@ -260,9 +262,6 @@ BaseModalDialog {
Layout.fillWidth: true
Layout.margins: 15
visible: !isSIP
text: JamiStrings.deleteAccountInfos
font.pointSize: JamiTheme.textFontSize