From e77cb220287863ea2dc0522c8eb6f6a0f7424a44 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 27 Oct 2022 15:42:29 +0200 Subject: [PATCH] increase height of window --- app.js | 2 +- assets/launcher.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index c9cd328..c95d893 100644 --- a/app.js +++ b/app.js @@ -318,7 +318,7 @@ async function doUpdateCheck(window) { function createWindow() { // Create the browser window. - const win = windowManager.createWindow(700, 420); + const win = windowManager.createWindow(700, 460); win.loadFile('./html/index.html'); diff --git a/assets/launcher.css b/assets/launcher.css index 224c5b6..6c6c9d6 100644 --- a/assets/launcher.css +++ b/assets/launcher.css @@ -57,7 +57,7 @@ } .folder-section { - margin-top: 13px; + margin-top: 50px; display: flex; flex-flow: column; justify-content: center;