adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Brackets UI Tiny when Windows Scale is Changed #14853

Open louisefindlay23 opened 5 years ago

louisefindlay23 commented 5 years ago

Description

[Description of the bug or feature]

When I set the scale to 125% on Windows' display settings, the font and Brackets menu items are tiny compared to other programs and Windows UI elements.

Steps to Reproduce

  1. Open Windows Display Settings
  2. Open Change the size of text, apps and other items
  3. Set it to 125%
  4. Open Brackets

Expected behavior:

The Brackets UI and font size should increase in line with the Windows display scale.

Actual behavior: [What actually happened]

The Brackets UI and font size stayed the same and so are tiny in relation to the Windows taskbar and other UI elements.

Errors

In Developer Tools Console, the following errors were shown:

Failed to normalize Cmd-Shift-] Failed to normalize Cmd-Shift-[ AutoUpdate : updateHelper.json cannot be parsed, does not exist

Versions

Windows 10 (Build 18362.295)

Brackets (Build 1.14.0-17740)

louisefindlay23 commented 5 years ago

Managed to alleviate some of this using the brackets-custom-css plugin and adding some CSS styling to increase the font-size and width of some elements.