Sloeber / arduino-eclipse-plugin

A plugin to make programming the arduino in eclipse easy
https://eclipse.baeyens.it/
420 stars 132 forks source link

Tiny button icons on high-DPI screens #1465

Open skydvrz opened 2 years ago

skydvrz commented 2 years ago

The ribbon buttons in Sloeber are super small on my high-DPI monitors making them hard to click.

I am running dual 3480x2160 monitors, Extended, scaled to 150% on Windows 11-64.

Other IDEs look fine at this resolution and scale.

I am not sure if this is a Sloeber or Eclipse problem. I am running Sloeber v4.4.0.202107110422

TinyButtons

1

jantje commented 2 years ago

I can confirm the issue and I tried the workarounds that I found but none seemed to help. As to the documentation the icons should scale (which I think they do up to a certain level) but they never get anywhere big.

fips21 commented 6 months ago

Same problem here.

skydvrz commented 6 months ago

I don't know if this is possible in the framework used, but SVG (scalable vector graphics) icons might be a better choice than bitmap icons. I am switching to SVGs in all of the apps I develop.

jantje commented 6 months ago

This old stack overflow does seem to work. It does increase all the SWT objects though https://stackoverflow.com/questions/5669762/eclipse-large-toolbar-icons image

fips21 commented 5 months ago

Worked for me, thanks!