diff --git a/front/src-tauri/tauri.conf.json b/front/src-tauri/tauri.conf.json index 24783aa..36e8031 100644 --- a/front/src-tauri/tauri.conf.json +++ b/front/src-tauri/tauri.conf.json @@ -13,11 +13,13 @@ "windows": [ { "title": "DeEarthX V3", - "width": 1280, - "height": 720, + "width": 1024, + "height": 600, + "minWidth": 800, + "minHeight": 500, "dragDropEnabled": false, "fullscreen": false, - "resizable": false, + "resizable": true, "center": true } ], diff --git a/front/src/App.vue b/front/src/App.vue index 3bf807f..581b736 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -86,17 +86,17 @@ const theme = ref({