From 6bb2d00873b7b475573b0486c6d2e9ce39cc1e21 Mon Sep 17 00:00:00 2001 From: Alexander Norinchak Date: Wed, 6 Mar 2019 15:16:44 +0200 Subject: [PATCH] small ui fixes --- electron/main.js | 4 ++-- src/client/resources/static/css/index.css | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/electron/main.js b/electron/main.js index e5e55ee..5473e0d 100644 --- a/electron/main.js +++ b/electron/main.js @@ -15,11 +15,11 @@ let CURRENT_PROJECT_MODIFIED = false; function createWindow() { let w = 1300; - let h = 680; + let h = 700; if(process.platform === "win32") { w = 1320; - h = 720; + h = 740; } let mainWindowState = windowStateKeeper({ diff --git a/src/client/resources/static/css/index.css b/src/client/resources/static/css/index.css index f9e1d08..3a3183e 100644 --- a/src/client/resources/static/css/index.css +++ b/src/client/resources/static/css/index.css @@ -876,7 +876,7 @@ html, body { } .sheet-splitter-content { - width: 680px; + width: 700px; height: 500px; background: #fff; margin: auto; @@ -937,7 +937,7 @@ html, body { .sheet-splitter-controls { float: right; - width: 155px; + width: 175px; height: 420px; padding-right: 10px; } @@ -953,6 +953,7 @@ html, body { .sheet-splitter-controls td { font-weight: bold; padding: 2px; + min-width: 70px; white-space: nowrap; text-align: left; font-size: 12px;