diff --git a/src/main/index.js b/src/main/index.js index 60f902a..72d5a72 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -8,8 +8,8 @@ File({ app, shell, BrowserWindow, ipcMain }) function createWindow() { // Create the browser window. const mainWindow = new BrowserWindow({ - width: 1050, - height: 650, + width: 888, + height: 520, show: false, frame: false, autoHideMenuBar: true, diff --git a/src/renderer/src/App.vue b/src/renderer/src/App.vue index 4ece3da..1c467ca 100644 --- a/src/renderer/src/App.vue +++ b/src/renderer/src/App.vue @@ -8,7 +8,6 @@ import { ref } from 'vue' const size = ref('default') -// const size = computed(() => store.state.app.elementSize)