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