Index: sources/gui/qml/components/ImageLogoD.qml =================================================================== diff -u -rd619b1355f03ab8e2e53956908bda66fea542224 -r1a8e9578b27bb3877116675d0b2361ce4f5b5539 --- sources/gui/qml/components/ImageLogoD.qml (.../ImageLogoD.qml) (revision d619b1355f03ab8e2e53956908bda66fea542224) +++ sources/gui/qml/components/ImageLogoD.qml (.../ImageLogoD.qml) (revision 1a8e9578b27bb3877116675d0b2361ce4f5b5539) @@ -36,8 +36,8 @@ Image { id: _image anchors.centerIn: parent - width : Variables.logoWidth - height: Variables.logoHeight + width : Variables.logoDiameter + height: Variables.logoDiameter source: "qrc:/images/iLogoD" } }