Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NotBlue-Dev committed Jun 13, 2021
1 parent 2fd2395 commit bd2ce46
Show file tree
Hide file tree
Showing 14 changed files with 459 additions and 1,230 deletions.
2 changes: 1 addition & 1 deletion customPanel.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[9,100,[{"panelId":6,"x":"0","y":"300","o":0,"shapeType":3},{"panelId":24,"x":"100","y":"300","o":0,"shapeType":2},{"panelId":36,"x":"100","y":"200","o":0,"shapeType":2},{"panelId":48,"x":"200","y":"200","o":0,"shapeType":2},{"panelId":60,"x":"0","y":"200","o":0,"shapeType":2},{"panelId":72,"x":"100","y":"100","o":0,"shapeType":2},{"panelId":84,"x":"200","y":"100","o":0,"shapeType":2},{"panelId":96,"x":"200","y":"0","o":0,"shapeType":2},{"panelId":108,"x":"300","y":"100","o":0,"shapeType":2}]]
[23,100,[{"panelId":6,"x":"300","y":"300","o":0,"shapeType":3},{"panelId":24,"x":"300","y":"150","o":0,"shapeType":2},{"panelId":36,"x":"400","y":"250","o":0,"shapeType":2},{"panelId":48,"x":"400","y":"150","o":0,"shapeType":2},{"panelId":60,"x":"200","y":"400","o":0,"shapeType":2},{"panelId":72,"x":"300","y":"450","o":0,"shapeType":2},{"panelId":84,"x":"200","y":"100","o":0,"shapeType":2},{"panelId":96,"x":"300","y":"0","o":0,"shapeType":2},{"panelId":108,"x":"400","y":"50","o":0,"shapeType":2},{"panelId":120,"x":"400","y":"350","o":0,"shapeType":2},{"panelId":132,"x":"400","y":"450","o":0,"shapeType":2},{"panelId":144,"x":"200","y":"300","o":0,"shapeType":2},{"panelId":156,"x":"200","y":"200","o":0,"shapeType":2},{"panelId":168,"x":"100","y":"150","o":0,"shapeType":2},{"panelId":180,"x":"200","y":"0","o":0,"shapeType":2},{"panelId":192,"x":"100","y":"0","o":0,"shapeType":2},{"panelId":204,"x":"100","y":"450","o":0,"shapeType":2},{"panelId":216,"x":"100","y":"300","o":0,"shapeType":2},{"panelId":1104,"x":"0","y":"50","o":0,"shapeType":2},{"panelId":504,"x":"0","y":"150","o":0,"shapeType":2},{"panelId":384,"x":"0","y":"250","o":0,"shapeType":2},{"panelId":1224,"x":"0","y":"350","o":0,"shapeType":2},{"panelId":1344,"x":"0","y":"450","o":0,"shapeType":2}]]
1 change: 0 additions & 1 deletion issue.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

pos not center if first block not on 00
2 changes: 1 addition & 1 deletion layout/436972636c65/preview.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layout/44656661756c74/preview.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layout/5465737431/preview.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layout/616161616161617a7265656765/preview.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions layout/7669727573/preview.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions layout/7669727573/virus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[15,100,[{"panelId":6,"x":"400","y":"250","o":0,"shapeType":3},{"panelId":24,"x":"450","y":"150","o":0,"shapeType":2},{"panelId":36,"x":"400","y":"50","o":0,"shapeType":2},{"panelId":48,"x":"500","y":"50","o":0,"shapeType":2},{"panelId":60,"x":"350","y":"150","o":0,"shapeType":2},{"panelId":72,"x":"550","y":"150","o":0,"shapeType":2},{"panelId":96,"x":"500","y":"250","o":0,"shapeType":2},{"panelId":84,"x":"600","y":"50","o":0,"shapeType":2},{"panelId":108,"x":"300","y":"50","o":0,"shapeType":2},{"panelId":120,"x":"250","y":"150","o":0,"shapeType":2},{"panelId":132,"x":"250","y":"250","o":0,"shapeType":2},{"panelId":144,"x":"650","y":"150","o":0,"shapeType":2},{"panelId":156,"x":"650","y":"250","o":0,"shapeType":2},{"panelId":168,"x":"300","y":"350","o":0,"shapeType":2},{"panelId":180,"x":"600","y":"350","o":0,"shapeType":2}]]
2 changes: 1 addition & 1 deletion layout/77616c6c/preview.txt

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ function createWindow () {
})
mainWindow.setMinimumSize(1300, 750);
mainWindow.openDevTools({detach:true});
// mainWindow.loadFile('view/index.html');
// mainWindow.loadFile('view/layoutEditor/index.html');
mainWindow.loadFile('view/menu/index.html');
}

Expand Down
Loading

0 comments on commit bd2ce46

Please sign in to comment.