NImageRounded: back to using a custom shader as it looks much better than ClippingRectangle.

It seems ClippingRectangle has issues with fractional pixes.
This commit is contained in:
ItsLemmy
2025-11-30 11:46:18 -05:00
parent a773300469
commit 925bbe7a5e
5 changed files with 116 additions and 121 deletions
@@ -32,7 +32,7 @@ NBox {
imagePath: Settings.preprocessPath(Settings.data.general.avatarImage)
fallbackIcon: "person"
borderColor: Color.mPrimary
borderWidth: Style.borderM
borderWidth: Style.borderS * 1.5
}
ColumnLayout {