We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7deeba commit 5f28689Copy full SHA for 5f28689
src/gui/plugins/component_inspector/Pose3d.qml
@@ -134,7 +134,7 @@ Rectangle {
134
sourceSize.height: indentation
135
sourceSize.width: indentation
136
fillMode: Image.Pad
137
- anchors.verticalCenter: parent.verticalCenter
+ Layout.alignment : Qt.AlignVCenter
138
source: content.show ?
139
"qrc:/Gazebo/images/minus.png" : "qrc:/Gazebo/images/plus.png"
140
}
src/gui/plugins/component_inspector/Vector3d.qml
@@ -95,7 +95,7 @@ Rectangle {
95
96
97
98
99
100
101
0 commit comments