Skip to content

Commit

Permalink
backport component inspector Vector3d width fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Oct 6, 2023
1 parent eaad78f commit d1b7746
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 d1b7746

Please sign in to comment.