Skip to content
Snippets Groups Projects
Commit c3e8e38e authored by Nicolas Vengeon's avatar Nicolas Vengeon
Browse files

fix: add of aboutPopup in WizardView/WelcomeView

Change-Id: I4d38b67ed3f194849bad6fb865254402f19b8e02
Gitlab: #839
parent d4bbcfbe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment