From af6a91f4332765704026c0929557253a95cb2579 Mon Sep 17 00:00:00 2001 From: Marcus Ottosson Date: Wed, 24 May 2017 16:33:35 +0100 Subject: [PATCH] Implement #233 --- pyblish_qml/qml/delegates/DocumentationDelegate.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyblish_qml/qml/delegates/DocumentationDelegate.qml b/pyblish_qml/qml/delegates/DocumentationDelegate.qml index ccec178e..e0c0e50c 100644 --- a/pyblish_qml/qml/delegates/DocumentationDelegate.qml +++ b/pyblish_qml/qml/delegates/DocumentationDelegate.qml @@ -9,6 +9,8 @@ BaseGroupDelegate { TextArea { id: textArea + font.family: "consolas" + anchors.fill: parent anchors.margins: 10 text: modelData.item.doc || "No documentation"