Skip to content

Commit

Permalink
Added a header
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Nov 30, 2021
1 parent f535934 commit e2aea92
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/gui/plugins/component_inspector/ComponentInspector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,22 @@ Rectangle {
id: jointDialog
modal: true
focus: true
header: ColumnLayout {
id: jointAddHeader
Text {
text:"Add joint"
font.pointSize: 14
padding: 20
}

Text {
text:"Select the parent and child links"
font.pointSize: 12
leftPadding: 20
rightPadding: 20
bottomPadding: 20
}
}

standardButtons: Dialog.Ok | Dialog.Cancel

Expand Down

0 comments on commit e2aea92

Please sign in to comment.