mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-21 16:05:26 +02:00
updater: fix overlapping download progress
+ also fixes the missing confirm-update string Change-Id: Ib8d0dce0b09e7415795d96d5c45b2f8a0f19bd30
This commit is contained in:
parent
58031af31f
commit
be1ee4e4f8
2 changed files with 4 additions and 2 deletions
|
@ -57,6 +57,7 @@ BaseModalDialog {
|
|||
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
Layout.preferredWidth: JamiTheme.preferredDialogWidth - JamiTheme.preferredMarginSize
|
||||
Layout.preferredHeight: implicitHeight
|
||||
|
||||
text: infoText
|
||||
font.pointSize: JamiTheme.menuFontSize - 2
|
||||
|
@ -71,7 +72,7 @@ BaseModalDialog {
|
|||
|
||||
Layout.topMargin: JamiTheme.preferredMarginSize / 2
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
Layout.preferredHeight: childrenRect.height
|
||||
|
||||
data: innerContentData
|
||||
}
|
||||
|
@ -80,6 +81,7 @@ BaseModalDialog {
|
|||
spacing: JamiTheme.preferredMarginSize
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: contentHeight
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
|
||||
Layout.bottomMargin: JamiTheme.preferredMarginSize
|
||||
|
||||
|
|
|
@ -169,7 +169,7 @@ ColumnLayout {
|
|||
if (!found) {
|
||||
presentInfoDialog(JamiStrings.updateNotFound)
|
||||
} else {
|
||||
presentConfirmInstallDialog(JamiStrings.confirmUpdate, false)
|
||||
presentConfirmInstallDialog(JamiStrings.updateFound, false)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue