summaryrefslogtreecommitdiffstats
path: root/examples/demos/colorpaletteclient/ColorPalette/ColorView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/colorpaletteclient/ColorPalette/ColorView.qml')
-rw-r--r--examples/demos/colorpaletteclient/ColorPalette/ColorView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/colorpaletteclient/ColorPalette/ColorView.qml b/examples/demos/colorpaletteclient/ColorPalette/ColorView.qml
index b16d70134..4563c7899 100644
--- a/examples/demos/colorpaletteclient/ColorPalette/ColorView.qml
+++ b/examples/demos/colorpaletteclient/ColorPalette/ColorView.qml
@@ -293,7 +293,7 @@ Item {
required property var modelData
- width: parent.width
+ width: colorListView.width
height: 25
RowLayout {
anchors.fill: parent