From 28336d2ec1a6a4befa503a96190a6c667a6599a1 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Tue, 28 Mar 2023 19:44:25 +0700 Subject: [PATCH] updated min screen size --- src-tauri/tauri.conf.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 13d608f5..c21b95dc 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -80,6 +80,7 @@ }, "windows": [ { + "title": "Lume", "theme": "Dark", "titleBarStyle": "Overlay", "hiddenTitle": true, @@ -88,8 +89,8 @@ "resizable": true, "width": 1100, "height": 800, - "minWidth": 1100, - "minHeight": 800 + "minWidth": 900, + "minHeight": 600 } ] }