浏览代码

Merge pull request #7552 from belfortk/frames-comment

Make frame comments italic
David Catuhe 5 年之前
父节点
当前提交
bf4dcd1776
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nodeEditor/src/diagram/graphFrame.ts

+ 1 - 0
nodeEditor/src/diagram/graphFrame.ts

@@ -256,6 +256,7 @@ export class GraphFrame {
             this._commentsElement.style.gridRow = "2";
             this._commentsElement.style.gridColumn = "1";
             this._commentsElement.style.paddingLeft = "10px";
+            this._commentsElement.style.fontStyle = "italic";
         }
         this._comments = comments;
         this._commentsElement.innerText = comments;