Skip to content

Commit

Permalink
Update ApplyForceTorque interface
Browse files Browse the repository at this point in the history
Signed-off-by: Henrique-BO <henrique.barrosoliveira@usp.br>
  • Loading branch information
Henrique-BO committed Aug 22, 2023
1 parent 2a2bf8f commit 419b34f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/gui/plugins/apply_force_torque/ApplyForceTorque.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GridLayout {
columns: 8
columnSpacing: 10
Layout.minimumWidth: 350
Layout.minimumHeight: 650
Layout.minimumHeight: 700
anchors.fill: parent
anchors.leftMargin: 10
anchors.rightMargin: 10
Expand All @@ -45,7 +45,15 @@ GridLayout {
Layout.fillWidth: true
wrapMode: Text.WordWrap
id: frameText
text: "Forces and torques are given in link-fixed frame"
text: "Forces and torques are given in link-fixed frame."
}

Label {
Layout.columnSpan: 8
Layout.fillWidth: true
wrapMode: Text.WordWrap
id: rotText
text: "Click on an arrow to toggle its rotation tool."
}

Text {
Expand Down

0 comments on commit 419b34f

Please sign in to comment.