[Bug] Glass UI Window Offset on Windows with 150% Display Scaling

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Glass UI 在 Windows 150% 縮放下視窗位置偏移,左側內容被裁切。

The Glass UI window position is offset when using Windows 150% display scaling, causing the left side content to be cut off.

Steps to Reproduce

open cursor

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.1.10 (user setup)
VSCode Version: 1.105.1
Commit: dacbe9b31599a253763e4910eb6ab38704653320
Date: 2026-04-13T11:39:16.806Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi @A8120

Thanks for reporting this with the detailed version info and screenshot. This looks like a rendering issue with the Glass layout related to Windows display scaling.

I tried to reproduce this on my end with 150% scaling but wasn’t able to see the same offset. To help us narrow it down, could you check a couple of things?

  1. Does changing your display scaling to 100% or 125% resolve the offset? (Windows Settings > Display > Scale)

  2. Does switching to the classic layout work correctly? You can toggle via the Command Palette (Ctrl+Shift+P) and running “Toggle Editor/Agents Window Layout”.

  3. Do you have multiple monitors with different scaling settings?

This will help us determine whether the issue is specifically tied to 150% scaling or a broader rendering problem on your setup.