8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
8000 1 parent bd59f93 commit 2fcb677Copy full SHA for 2fcb677
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