mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-24 13:37:34 +03:00
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:
parent
de0dd25c90
commit
2127b0f151
@ -54,7 +54,9 @@
|
||||
"width": 800,
|
||||
"hiddenTitle": true,
|
||||
"theme": "Dark",
|
||||
"titleBarStyle": "Overlay"
|
||||
"titleBarStyle": "Overlay",
|
||||
"minWidth": 600,
|
||||
"minHeight": 300
|
||||
}
|
||||
],
|
||||
"systemTray": {
|
||||
|
Loading…
Reference in New Issue
Block a user