Index: sources/gui/qml/components/Background.qml =================================================================== diff -u -r577ab4647b2584d4e32b26797281ec1543d2e1aa -r2230a5b1b891f47b64165164710aa680ddfc7040 --- sources/gui/qml/components/Background.qml (.../Background.qml) (revision 577ab4647b2584d4e32b26797281ec1543d2e1aa) +++ sources/gui/qml/components/Background.qml (.../Background.qml) (revision 2230a5b1b891f47b64165164710aa680ddfc7040) @@ -21,6 +21,6 @@ Rectangle { id: _root anchors.fill: parent - color: Colors.backgroundMain - radius: 5 + color : Colors.backgroundMain + radius : Variables.dialogRadius }