Explorar o código

Merge pull request #7552 from belfortk/frames-comment

Make frame comments italic
David Catuhe %!s(int64=5) %!d(string=hai) anos
pai
achega
bf4dcd1776
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;