Skip to content

Commit

Permalink
minor shot genenrator window tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
setpixel committed Dec 10, 2019
1 parent b979bee commit 30dde37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/shot-generator.css
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ div.fatal-error-screen__report::selection {
background: #555;
}

@media (max-width: 1280px) {
@media (max-width: 1504px) {

#toolbar a span,
.inspectors .board-inspector,
Expand Down
4 changes: 2 additions & 2 deletions src/js/windows/shot-generator/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let win
let memento = {
x: undefined,
y: undefined,
width: 1500,
width: 1505,
height: 1080
}

Expand Down Expand Up @@ -92,7 +92,7 @@ const show = (onComplete) => {

// use this to wait until the window has completely loaded
// ipcMain.on('shot-generator:window:loaded', () => { })

// use this to show sooner
win.once('ready-to-show', () => {
reveal(onComplete)
Expand Down

0 comments on commit 30dde37

Please sign in to comment.