Improve UI/UX for Tauri config window

- Update the title bar style to `Overlay`
- Set `minWidth` and `minHeight` for window

[src-tauri/tauri.conf.json]
- Change title bar style to `Overlay`
- Set `minWidth` and `minHeight` for window
This commit is contained in:
Kiril Videlov 2023-02-16 12:18:20 +01:00
parent de0dd25c90
commit 2127b0f151

View File

@ -54,7 +54,9 @@
"width": 800,
"hiddenTitle": true,
"theme": "Dark",
"titleBarStyle": "Overlay"
"titleBarStyle": "Overlay",
"minWidth": 600,
"minHeight": 300
}
],
"systemTray": {