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:
parent
d4289c8e08
commit
0cbd8532cb
@ -80,7 +80,14 @@ WizardPage {
|
|||||||
font.family: ScreenPlay.settings.font
|
font.family: ScreenPlay.settings.font
|
||||||
font.pointSize: 13
|
font.pointSize: 13
|
||||||
text: qsTr("Drop a *.gif file here or use 'Select file' below.")
|
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 {
|
AnimatedImage {
|
||||||
|
Loading…
Reference in New Issue
Block a user