We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd59f93 + 2fcb677 commit 74e7115Copy full SHA for 74e7115
index.js
@@ -14,8 +14,8 @@ let splashTimestamp = null
14
function createWindow () {
15
// Create the browser window.
16
win = new BrowserWindow({
17
- width: 720,
18
- height: 640,
+ width: 820,
+ height: 700,
19
webPreferences: {
20
nodeIntegration: false,
21
webSecurity: true,
ui/arduino/main.css
@@ -503,7 +503,7 @@ button.small .icon {
503
504
.file-list .list {
505
display: flex;
506
- padding: 10px 20px;
+ padding: 6px 8px;
507
flex-direction: column;
508
align-items: flex-start;
509
flex: 1 0 0;
0 commit comments