Skip to content

Commit 2fcb677

Browse files
committed
Minor adjustments to window size and file list padding.
Signed-off-by: ubi de feo <me@ubidefeo.com>
1 parent bd59f93 commit 2fcb677

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let splashTimestamp = null
1414
function createWindow () {
1515
// Create the browser window.
1616
win = new BrowserWindow({
17-
width: 720,
18-
height: 640,
17+
width: 820,
18+
height: 700,
1919
webPreferences: {
2020
nodeIntegration: false,
2121
webSecurity: true,

ui/arduino/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ button.small .icon {
503503

504504
.file-list .list {
505505
display: flex;
506-
padding: 10px 20px;
506+
padding: 6px 8px;
507507
flex-direction: column;
508508
align-items: flex-start;
509509
flex: 1 0 0;

0 commit comments

Comments
 (0)