diff --git a/src/main.qml b/src/main.qml index ca6dd48..a3b97ad 100644 --- a/src/main.qml +++ b/src/main.qml @@ -68,24 +68,11 @@ ApplicationWindow { Image { id: image - color: accentColor source: "icons/logo_sxs_imager.png" - - // Specify the maximum size of the image - width: window.width - height: window.height / 4 - + anchors.fill: parent smooth: true antialiasing: true - anchors { - left: logoContainer.left - leftMargin: 40 - top: logoContainer.top - bottom: logoContainer.bottom - topMargin: window.height / 25 - bottomMargin: window.height / 25 - } } }