Revert "widgets: downsize widget images in round mode"

This reverts commit 272f7e4047.
This commit is contained in:
Alexander Capehart 2024-08-02 20:35:08 -06:00
parent 4ee2e81995
commit b185914ba1
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -99,7 +99,7 @@ constructor(
return if (cornerRadius > 0) { return if (cornerRadius > 0) {
// If rounded, reduce the bitmap size further to obtain more pronounced // If rounded, reduce the bitmap size further to obtain more pronounced
// rounded corners. // rounded corners.
builder.size(getSafeRemoteViewsImageSize(context, 11f)) builder.size(getSafeRemoteViewsImageSize(context, 10f))
val cornersTransformation = val cornersTransformation =
RoundedRectTransformation(cornerRadius.toFloat()) RoundedRectTransformation(cornerRadius.toFloat())
if (imageSettings.forceSquareCovers) { if (imageSettings.forceSquareCovers) {