diff --git a/Portrait.qml b/Portrait.qml index a64d81a..ea8dbf0 100644 --- a/Portrait.qml +++ b/Portrait.qml @@ -13,9 +13,8 @@ Item { property alias badgeColor: badge.color property int size: Theme.contactPortraitSize - property real logscale: 4 * Math.log10(gcd.themeScale + 1) - property int baseWidth: size * logscale - height: size * logscale + property int baseWidth: size * gcd.themeScale + height: size * gcd.themeScale property alias portraitBorderColor: mainImage.color property alias portraitColor: imageInner.color