Skip to content

Commit

Permalink
small ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
odrick committed Mar 6, 2019
1 parent d534086 commit 6bb2d00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
5 changes: 3 additions & 2 deletions src/client/resources/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ html, body {
}

.sheet-splitter-content {
width: 680px;
width: 700px;
height: 500px;
background: #fff;
margin: auto;
Expand Down Expand Up @@ -937,7 +937,7 @@ html, body {

.sheet-splitter-controls {
float: right;
width: 155px;
width: 175px;
height: 420px;
padding-right: 10px;
}
Expand All @@ -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;
Expand Down

0 comments on commit 6bb2d00

Please sign in to comment.