From 14b0f3b42da811cdd8fb24e983c2b2598a855c91 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Mon, 9 Oct 2023 09:41:28 -0700 Subject: [PATCH] backport component inspector Vector3d width fix (#2195) 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]