diff --git a/electron/windows.ts b/electron/windows.ts index e16c1c5a..d2f7466d 100644 --- a/electron/windows.ts +++ b/electron/windows.ts @@ -28,7 +28,7 @@ export function createHudOverlayWindow(): BrowserWindow { const { workArea } = primaryDisplay; - const windowWidth = 500; + const windowWidth = 600; const windowHeight = 155; const x = Math.floor(workArea.x + (workArea.width - windowWidth) / 2); @@ -37,8 +37,8 @@ export function createHudOverlayWindow(): BrowserWindow { const win = new BrowserWindow({ width: windowWidth, height: windowHeight, - minWidth: 500, - maxWidth: 500, + minWidth: 600, + maxWidth: 600, minHeight: 155, maxHeight: 155, x: x, diff --git a/src/components/launch/LaunchWindow.tsx b/src/components/launch/LaunchWindow.tsx index 2b97f4c9..24f26a43 100644 --- a/src/components/launch/LaunchWindow.tsx +++ b/src/components/launch/LaunchWindow.tsx @@ -152,7 +152,7 @@ export function LaunchWindow() { }; return ( -
+
{showMicControls && (