Skip to content

Commit

Permalink
Implement pyblish#233
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed May 24, 2017
1 parent 949f35f commit af6a91f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyblish_qml/qml/delegates/DocumentationDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ BaseGroupDelegate {
TextArea {
id: textArea

font.family: "consolas"

anchors.fill: parent
anchors.margins: 10
text: modelData.item.doc || "No documentation"
Expand Down

0 comments on commit af6a91f

Please sign in to comment.