Skip to content

Commit 9fe59e8

Browse files
committed
chore: Adjust minimum window dimensions for the application window.
1 parent ccaa72a commit 9fe59e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src-tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"title": "Codexia",
1717
"width": 1200,
1818
"height": 800,
19-
"minWidth": 800,
20-
"minHeight": 600,
19+
"minWidth": 400,
20+
"minHeight": 360,
2121
"decorations": true,
2222
"titleBarStyle": "Overlay",
2323
"hiddenTitle": true,
@@ -93,4 +93,4 @@
9393
"providerShortName": null
9494
}
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)