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.
2 parents a00649c + b9283e5 commit 4852de6Copy full SHA for 4852de6
index.js
@@ -12,8 +12,8 @@ let splashTimestamp = null
12
function createWindow () {
13
// Create the browser window.
14
win = new BrowserWindow({
15
- width: 720,
16
- height: 640,
+ width: 820,
+ height: 700,
17
webPreferences: {
18
nodeIntegration: false,
19
webSecurity: true,
ui/arduino/main.css
@@ -672,7 +672,7 @@ button.small .icon {
672
673
.file-list .list {
674
display: flex;
675
- padding: 10px 20px;
+ padding: 6px 8px;
676
flex-direction: column;
677
align-items: flex-start;
678
flex: 1 0 0;
0 commit comments