Pārlūkot izejas kodu

add italics to frame comments

Kyle Belfort 5 gadi atpakaļ
vecāks
revīzija
c8d2544de6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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._commentsElement.innerText = comments;
         }
         this._comments = comments;