arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.1k stars 7k forks source link

Icons and UI text on retina displays #5850

Open carlosefr opened 7 years ago

carlosefr commented 7 years ago

Icons and UI text on Arduino 1.8.1 are upscaled on macOS (10.12.2) with retina displays, even though all remaining interface elements (editor, output pane, status bar) look OK.

arduino 1.8.1 on retina

Setting the "interface scale" option in preferences seems to trigger the use of @2x icons, but all the UI then becomes twice the size... :(

neauoire commented 5 years ago

Same here, there's always a little dotted line across the magnifying glass icon.

Screen Shot 2019-03-28 at 5 29 47 PM
neauoire commented 5 years ago

Do you know where the icons are located? I'll go ahead and make new high res ones.

per1234 commented 5 years ago

@neauoire here they are: https://github.com/arduino/Arduino/tree/master/build/shared/lib/theme

neauoire commented 5 years ago

Right, so there are already high resolution icons. The issue is the upscale, there are no build documentation in the README.

I'll get in touch via the mailing list.

per1234 commented 5 years ago

@neauoire thanks for taking the time to look into this! I don't know anything about this topic (actually don't own a Retina display or even a Mac), so unfortunately I can't help you with any useful information specific to this issue.

This issue looks possibly relevant: https://github.com/arduino/Arduino/issues/2309

The Arduino IDE build instructions are here: https://github.com/arduino/Arduino/wiki/Building-Arduino

facchinm commented 5 years ago

Related report here too https://github.com/arduino/Arduino/issues/8484#issuecomment-464314147 (strings are "painted" on labels, not vectors)