Skip to content

Commit b2caa17

Browse files
committed
fix: set minimum width and height for the docker-db-manager window
1 parent 5038228 commit b2caa17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
{
1515
"title": "docker-db-manager",
1616
"width": 800,
17+
"minWidth": 800,
1718
"height": 500,
19+
"minHeight": 500,
1820
"center": true,
1921
"titleBarStyle": "Overlay",
2022
"hiddenTitle": true

0 commit comments

Comments
 (0)