mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Smooth Avatars in timeline
This helps on low-dpi screens, getting rid of the jaggies.
This commit is contained in:
parent
c3524ba89b
commit
a176f0bf35
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Rectangle {
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
fillMode: Image.PreserveAspectCrop
|
fillMode: Image.PreserveAspectCrop
|
||||||
mipmap: true
|
mipmap: true
|
||||||
smooth: false
|
smooth: true
|
||||||
sourceSize.width: avatar.width
|
sourceSize.width: avatar.width
|
||||||
sourceSize.height: avatar.height
|
sourceSize.height: avatar.height
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
|
|
Loading…
Reference in a new issue