GODT-1319: Set sourceSize everywhere for images

This commit is contained in:
Alexander Bilyak
2021-09-22 20:25:05 +02:00
committed by Jakub
parent 726c8918ab
commit b7adccf651
12 changed files with 26 additions and 0 deletions

View File

@ -89,6 +89,8 @@ Item {
source: "icons/img-welcome.svg"
Layout.alignment: Qt.AlignHCenter
Layout.topMargin: 16
sourceSize.height: 148
sourceSize.width: 264
}
Label {
@ -145,6 +147,8 @@ Item {
anchors.bottom: parent.bottom
anchors.topMargin: 48
anchors.bottomMargin: 48
sourceSize.height: 22
sourceSize.width: 132
}
}
}