Index: sources/gui/qml/components/Background.qml =================================================================== diff -u -rc15ce613e372838316d42c40a86953e6f0aa05d3 -r577ab4647b2584d4e32b26797281ec1543d2e1aa --- sources/gui/qml/components/Background.qml (.../Background.qml) (revision c15ce613e372838316d42c40a86953e6f0aa05d3) +++ sources/gui/qml/components/Background.qml (.../Background.qml) (revision 577ab4647b2584d4e32b26797281ec1543d2e1aa) @@ -22,4 +22,5 @@ Rectangle { id: _root anchors.fill: parent color: Colors.backgroundMain + radius: 5 }