|
Re: Raise IDE toolbar icon size [message #1864024 is a reply to message #1863644] |
Tue, 12 March 2024 04:38   |
Eclipse User |
|
|
|
ray gllisse wrote on Sat, 17 February 2024 21:50Hi all,
I find toolbar icon size of the IDE too small .
Is there a way to zoom these icons permanently ?
Thanks !
Hello,
To permanently increase the IDE toolbar icon size, you can edit the IDE's configuration file (eclipse.ini) and add the following lines: -Dswt.enable.autoScale=true -Dswt.autoScale=150 -Dswt.autoScale.method=nearest. Adjust the 150 value to scale the icons to your preference.
I hope the solution worked for you.
|
|
|
Re: Raise IDE toolbar icon size [message #1864043 is a reply to message #1864024] |
Wed, 13 March 2024 03:57   |
Eclipse User |
|
|
|
Yvonne Rhodes wrote on Tue, 12 March 2024 04:38ray gllisse wrote on Sat, 17 February 2024 21:50Hi all,
I find toolbar icon size of the IDE too small . Milestone Card
Is there a way to zoom these icons permanently ?
Thanks !
Hello,
To permanently increase the IDE toolbar icon size, you can edit the IDE's configuration file (eclipse.ini) and add the following lines: -Dswt.enable.autoScale=true -Dswt.autoScale=150 -Dswt.autoScale.method=nearest. Adjust the 150 value to scale the icons to your preference.
I hope the solution worked for you.
Is this solution worked for you or not? If any question let me know, will help you.
|
|
|
Re: Raise IDE toolbar icon size [message #1866594 is a reply to message #1864043] |
Mon, 03 June 2024 10:10   |
Eclipse User |
|
|
|
Hi,
I have the same problem.
I tried the solution offered here, but it doesn't seem to change the icon sizes.
Instead of changing the icon sizes, it messes up the maximise an minimise icons and the gutters (where breakpoints etc are shown). If the scaling factor is set to 100, there is no effect at all and the mess doesn't happen.


I looked at the github for eclipse.platform.swt and discovered method can be set ti auto, smooth or nearest - so I tried each one in turn
I'm running eclipse on Macos Ventura 13.6.7.
Any ideas ?
|
|
|
|
Powered by
FUDForum. Page generated in 0.08711 seconds