1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 14:25:38 +02:00

fix: add of aboutPopup in WizardView/WelcomeView

Change-Id: I4d38b67ed3f194849bad6fb865254402f19b8e02
Gitlab: #839
This commit is contained in:
Nicolas Vengeon 2022-10-06 18:03:26 -04:00
parent d4bbcfbeb4
commit c3e8e38e99

View file

@ -26,6 +26,7 @@ import net.jami.Adapters 1.1
import net.jami.Constants 1.1
import "../../commoncomponents"
import "../../mainview/components"
Rectangle {
@ -71,6 +72,12 @@ Rectangle {
anchors.topMargin: JamiTheme.wizardViewLayoutTopMargin
width: Math.max(508, root.width - 100)
AboutPopUp {
id: aboutPopUpDialog
width: Math.min(parent.width - 2 * JamiTheme.preferredMarginSize, JamiTheme.secondaryDialogDimension)
height: Math.min(parent.height - 2 * JamiTheme.preferredMarginSize, JamiTheme.secondaryDialogDimension)
}
ResponsiveImage {
id: welcomeLogo