Skip to content
Snippets Groups Projects
Commit b4de00ce authored by Capucine Berthet's avatar Capucine Berthet
Browse files

DeleteAccountDialog: resolve display issue with SIP account

GitLab: #1445

Change-Id: I8080df282d0fb4bd958fc50216e0c66b69a09418
parent e753dd50
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment