From d1b774647892ba4d8fd66b007c42128429c86975 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Fri, 6 Oct 2023 18:18:03 +0000 Subject: [PATCH] backport component inspector Vector3d width fix Signed-off-by: Ian Chen --- src/gui/plugins/component_inspector/Vector3d.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/plugins/component_inspector/Vector3d.qml b/src/gui/plugins/component_inspector/Vector3d.qml index b33e18b426..5c09b689ed 100644 --- a/src/gui/plugins/component_inspector/Vector3d.qml +++ b/src/gui/plugins/component_inspector/Vector3d.qml @@ -97,6 +97,7 @@ Rectangle { GzVector3 { id: gzVectorInstance Layout.fillWidth: true + Layout.preferredWidth: parent.width gzUnit: model && model.unit != undefined ? model.unit : 'm' xValue: model.data[0]