Skip to content

Commit 70f172b

Browse files
committed
fix: width
1 parent 71cb260 commit 70f172b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Greptime Dashboard",
4-
"version": "0.8.19",
4+
"version": "0.8.20",
55
"identifier": "com.greptime",
66
"build": {
77
"frontendDist": "../dist",

src/tauri/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function setAppMenu() {
2222
alwaysOnTop: true,
2323
center: true,
2424
height: 300,
25-
width: 720,
25+
width: 780,
2626
})
2727
webview.once('tauri://created', function () {
2828
console.log('webview created')

0 commit comments

Comments
 (0)