summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtcluster/qml/dash_hybrid/CenterViewMusic.qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/qtcluster/qml/dash_hybrid/CenterViewMusic.qml')
-rw-r--r--doc/src/snippets/qtcluster/qml/dash_hybrid/CenterViewMusic.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/snippets/qtcluster/qml/dash_hybrid/CenterViewMusic.qml b/doc/src/snippets/qtcluster/qml/dash_hybrid/CenterViewMusic.qml
index 41df21852..1fcc1ba00 100644
--- a/doc/src/snippets/qtcluster/qml/dash_hybrid/CenterViewMusic.qml
+++ b/doc/src/snippets/qtcluster/qml/dash_hybrid/CenterViewMusic.qml
@@ -42,6 +42,7 @@ Item {
property int defaultYPos: 400
Rectangle {
+ y: 10
id: image
width: 124
height: 124
@@ -61,7 +62,7 @@ Item {
Text {
id: title
anchors.top: image.bottom
- anchors.topMargin: 10
+ anchors.topMargin: 6
anchors.horizontalCenter: image.horizontalCenter
text: musicContainer.currentSong
color: "gray"