mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
fix(NImageRounded): default fill mode
This commit is contained in:
@@ -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 === "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user