diff --git a/src/plugins/topic_echo/TopicEcho.qml b/src/plugins/topic_echo/TopicEcho.qml index e1b91543c..aef2cd3a5 100644 --- a/src/plugins/topic_echo/TopicEcho.qml +++ b/src/plugins/topic_echo/TopicEcho.qml @@ -97,8 +97,8 @@ Rectangle { currentIndex: -1 delegate: ItemDelegate { - width: parent.width - text: display + width: listView.width + text: model.display } model: TopicEchoMsgList