1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 10:42:29 +01:00

Fix gif drop area text centering

This commit is contained in:
Elias Steurer 2021-10-07 17:42:38 +02:00
parent d4289c8e08
commit 0cbd8532cb

View File

@ -80,7 +80,14 @@ WizardPage {
font.family: ScreenPlay.settings.font
font.pointSize: 13
text: qsTr("Drop a *.gif file here or use 'Select file' below.")
anchors.centerIn: parent
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
width: parent.width
anchors{
fill: parent
margins: 40
}
}
AnimatedImage {