Fix a ControlCenter.qml warning

pull/7/head
rekols 4 years ago
parent 38ec91fe08
commit ef28cad115

@ -93,7 +93,7 @@ ControlCenterDialog {
Image {
id: userIcon
Layout.fillHeight: true
width: height
Layout.preferredWidth: height
sourceSize: Qt.size(width, height)
source: currentUser.iconFileName ? "file:///" + currentUser.iconFileName : "image://icontheme/default-user"

Loading…
Cancel
Save