fix(NImageRounded): default fill mode

This commit is contained in:
loner
2025-12-03 01:32:07 +08:00
parent b46b8d1643
commit 879151275e
+1 -1
View File
@@ -13,7 +13,7 @@ Item {
property real fallbackIconSize: Style.fontSizeXXL
property real borderWidth: 0
property color borderColor: Color.transparent
property int imageFillMode: Image.PreserveAspectCrop
property int imageFillMode: Image.PreserveAspectFit
readonly property bool showFallback: (fallbackIcon !== undefined && fallbackIcon !== "") && (imagePath === undefined || imagePath === "")