Skip to content

Commit

Permalink
minor visual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed Jul 2, 2020
1 parent afc4cbc commit 30c3cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions electron/src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $('#config-btn').click(function () { //show configuration options

let win = new BrowserWindow({
width: 460,
height: 470,
height: 450,
backgroundColor:'#121212',
webPreferences: {
nodeIntegration: true,
Expand Down Expand Up @@ -236,7 +236,7 @@ $('#help-btn').click(()=>{

let win = new BrowserWindow({
width: 470,
height: 770,
height: 780,
backgroundColor:'#121212',
webPreferences: {
nodeIntegration: true,
Expand Down
2 changes: 1 addition & 1 deletion electron/src/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h4>Step 4:</h4>
<hr>
<h4>Step 5:</h4>
<p>Click "Start" on the main menu. If you did everything right, your ready checks should get automatically accepted and a notification will be delivered to your phone.</p>

<hr>
<button id="close-btn" class="btn btn-dark">Close</button>
</div>
</div>
Expand Down

0 comments on commit 30c3cf9

Please sign in to comment.