Skip to content

Commit

Permalink
backport component inspector Vector3d width fix (#2195)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Oct 9, 2023
1 parent eaad78f commit 14b0f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/plugins/component_inspector/Vector3d.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 14b0f3b

Please sign in to comment.