mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 06:38:07 +00:00
fix(Icon): add a little fix to avoid bad resize on Icon
This commit is contained in:
parent
c1598b90a4
commit
1574c4bc9e
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ Item {
|
|||
}
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
||||
width: iconSize
|
||||
height: iconSize
|
||||
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: Utils.resolveImageUri(icon)
|
||||
sourceSize.width: getIconSize()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue