Window width for the GUI to fit the Arrows

This commit is contained in:
MikeHughes-BIN
2025-12-15 16:42:44 +01:00
parent 6146e7091b
commit 2998799826
+1 -1
View File
@@ -61,7 +61,7 @@ let mainWindow;
function createWindow() {
mainWindow = new electron.BrowserWindow({
width: 800,
width: 1200,
height: 800,
webPreferences: {
nodeIntegration: false,