Merge branch 'fix/gui-width' into 'develop'

Increased window witdth from 800px to 1200px

See merge request proj-wise2526-video2document/video2document!47
This commit is contained in:
Hughes, Mike
2025-12-15 17:59:12 +01:00
+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,