소스 검색

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;