Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit dda1723

Browse files
committed
fix: make tray popup window a bit wider
1 parent b06fd9b commit dda1723

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-kubectl/src/tray/menus/resources

1 file changed

+1
-1
lines changed

plugins/plugin-kubectl/src/tray/menus/resources/open.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
import { CreateWindowFunction } from '@kui-shell/core'
1818

1919
export default function openWindowWith(argv: string[], createWindow: CreateWindowFunction) {
20-
return () => createWindow(argv, { quietExecCommand: false, width: 1000, height: 800 })
20+
return () => createWindow(argv, { quietExecCommand: false, width: 1200, height: 800 })
2121
}

0 commit comments

Comments
 (0)