Index: sources/gui/qml/components/CloseButton.qml =================================================================== diff -u -r9048646630717f980a852df54349805ba63773e0 -rb88eb4be4b18985df3d35f249ee3847250e63a91 --- sources/gui/qml/components/CloseButton.qml (.../CloseButton.qml) (revision 9048646630717f980a852df54349805ba63773e0) +++ sources/gui/qml/components/CloseButton.qml (.../CloseButton.qml) (revision b88eb4be4b18985df3d35f249ee3847250e63a91) @@ -34,8 +34,8 @@ } Image { id : _image source : "qrc:/images/iClose" - width : Variables.iconsDiameter - height : Variables.iconsDiameter + width : _root.width + height : _root.height anchors.centerIn: parent } MouseArea {