SessionMenu: dont overscale icon

This commit is contained in:
Lemmy
2026-01-24 23:30:24 -05:00
parent 8c5f592b10
commit ff17b4ada1
+2 -4
View File
@@ -951,13 +951,11 @@ SmartPanel {
return Color.mOnPrimary;
return Color.mOnSurface;
}
pointSize: Style.fontSizeXXXL * 2
width: 80 * Style.uiScaleRatio
height: 80 * Style.uiScaleRatio
pointSize: Style.fontSizeXXXL * 2.5
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
property real iconScale: (largeButtonRoot.isSelected || largeButtonRoot.effectiveHover) ? 1.1 : 1.0
property real iconScale: (largeButtonRoot.isSelected || largeButtonRoot.effectiveHover) ? 1.0 : 0.9
scale: iconScale