mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2025-12-18 08:35:26 +08:00
DeleteAccountDialog: resolve display issue with SIP account
GitLab: #1445 Change-Id: I8080df282d0fb4bd958fc50216e0c66b69a09418
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user