fix: make the profile icons smooth

This commit is contained in:
Richard Ramos 2021-03-05 10:50:19 -04:00 committed by Iuri Matias
parent 9749fe4938
commit 9fe925ca8f
1 changed files with 1 additions and 10 deletions

View File

@ -28,7 +28,7 @@ Rectangle {
width: parent.width
radius: Style.current.radius
Image {
SVGImage {
id: iconImage
height: 24
width: 24
@ -36,15 +36,6 @@ Rectangle {
anchors.leftMargin: Style.current.padding
anchors.verticalCenter: parent.verticalCenter
source: menuButton.source
sourceSize: Qt.size(width, height)
fillMode: Image.PreserveAspectFit
smooth: true
ColorOverlay {
anchors.fill: parent
source: parent
color: Style.current.blue
}
}
StyledText {