Refactor/styles (#202)

* style: general micro improvements in editor
* version bump
This commit is contained in:
Carlos Valente
2022-09-14 21:50:14 +02:00
committed by GitHub
parent b7e758bf24
commit 94b03312a6
11 changed files with 172 additions and 116 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ function createWindow() {
win = new BrowserWindow({
width: 1920,
height: 1000,
minWidth: 575,
minWidth: 525,
minHeight: 405,
maxWidth: 1920,
maxHeight: 1440,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ontime",
"version": "1.7.1",
"version": "1.7.2",
"author": "Carlos Valente",
"description": "Time keeping for live events",
"repository": "https://github.com/cpvalente/ontime",