Closed
Description
Describe the problem

No kind of simple fixing works
To reproduce
Just open IDE
Expected behavior
Menu has correct placing, not overlapping with window buttons
Arduino IDE version
I can't access version via UI, so here is contents of resources/app/package.json
: {..., "name": "arduino-ide", "version": "2.3.5-nightly-20250311", ...}
. Today automatic updated was performed.
Operating system
Windows
Operating system version
11
Additional context
No response
Issue checklist
- I searched for previous reports in the issue trackerI verified the problem still occurs when using the latest nightly buildMy report contains all necessary details
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
volsend commentedon Apr 3, 2025
After following this steps, menu now works correctly. E.g.: setting
window.titleBarStyle
tonative
fixes the problem.Not sure if this is expected at
custom
setting, but will close the issue.window.titleBarStyle
advanced setting #2716