Browse Source

Merge pull request #7552 from belfortk/frames-comment

Make frame comments italic
David Catuhe 5 năm trước cách đây
mục cha
commit
bf4dcd1776
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;