Background color

This commit is contained in:
ziajka 2017-12-01 12:42:54 +01:00
parent d050e3024d
commit f26524bb7d
2 changed files with 1 additions and 7 deletions

View File

@ -25,12 +25,6 @@ export class GraphLayout implements Widget {
constructor() { constructor() {
this.linksWidget = new LinksWidget(); this.linksWidget = new LinksWidget();
this.nodesWidget = new NodesWidget(); this.nodesWidget = new NodesWidget();
// this.nodesWidget.addOnNodeDraggingCallback((n: Node) => {
// this.linksWidget.
// // this.linksWidget.draw();
// });
this.drawingsWidget = new DrawingsWidget(); this.drawingsWidget = new DrawingsWidget();
} }

View File

@ -15,7 +15,7 @@
.project-map { .project-map {
background-color: lightgray; background-color: #F0F0F0;
} }
.project-toolbar { .project-toolbar {