Larger toolbar icons for STM32CubeIDE (V 1.18.0)
I have been trying to find a way to increase the icon size for the STM32CubeIDE toolbar. Today I found a way that worked for me.
I have been trying to find a way to increase the icon size for the STM32CubeIDE toolbar. Today I found a way that worked for me.
Find the stm32cubeide.ini file which should be located in the STM32CubeIDE root directory. On my Windows PC this was C:\ST\STM32CubeIDE_1.10.1\STM32CubeIDE following a default install.
Open stm32cubeide.ini in your preferred plain text editor and append the following lines:
-Dswt.enable.autoScale=true
-Dswt.autoScale=150
-Dswt.autoScale.method=nearest
If necessary close your STM32CubeIDE and relaunch.
As I understand it the 150 value commands an icon scale of 150%. Other values might work for you. I strongly recommend to make a backup copy of stm32cubeide.ini before editing it.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.