Index: sources/gui/qml/components/ImageLogoDDarkTransparent.qml =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -r1a8e9578b27bb3877116675d0b2361ce4f5b5539 --- sources/gui/qml/components/ImageLogoDDarkTransparent.qml (.../ImageLogoDDarkTransparent.qml) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ sources/gui/qml/components/ImageLogoDDarkTransparent.qml (.../ImageLogoDDarkTransparent.qml) (revision 1a8e9578b27bb3877116675d0b2361ce4f5b5539) @@ -29,8 +29,8 @@ Image { id: _image anchors.centerIn: parent - width : Variables.logoWidth - height: Variables.logoHeight + width : Variables.logoDiameter + height: Variables.logoDiameter source: "qrc:/images/iLogoDDT" } }