Eclipse: large toolbar icons

前端 未结 7 1338
忘掉有多难
忘掉有多难 2021-01-04 07:30

Does anybody know how to use large toolbar icons? Edit: How do I do it?

7条回答
  •  别那么骄傲
    2021-01-04 08:08

    Adding this to your eclipse.ini:

    -Dswt.enable.autoScale=true
    -Dswt.autoScale=150
    -Dswt.autoScale.method=nearest
    

    The -Dswt.autoScale=150 will increase your Icons, 150 will say 150%. If it is not enough, increase it.

提交回复
热议问题