1
0

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

@ -71,6 +71,7 @@ RowLayout{
source: "../icons/ic-check.svg"
color: root.colorScheme.background_norm
height: root.colorScheme.body_font_size
sourceSize.height: root.colorScheme.body_font_size
visible: root.checked
}
}
@ -81,6 +82,7 @@ RowLayout{
source: "../icons/Loader_16.svg"
color: root.colorScheme.text_norm
height: root.colorScheme.body_font_size
sourceSize.height: root.colorScheme.body_font_size
visible: root.loading
RotationAnimation {