Better aliasing

This commit is contained in:
LemmyCook 2025-08-22 10:05:31 -04:00
parent 1c3127528f
commit 8f951946ea
2 changed files with 4 additions and 1 deletions

View file

@ -217,7 +217,7 @@ ColumnLayout {
anchors.margins: Style.marginXS * scaling
fallbackIcon: "person"
borderColor: Color.mPrimary
borderWidth: Math.max(1, Style.borderM * scaling)
borderWidth: Math.max(1, Style.borderL * scaling)
imageRadius: width * 0.5
}
}