Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change the menu icon size?
#3
Add the following to your gtkrc file:
Code:
gtk-icon-sizes = "gtk-menu=24,24"
You may have to restart GIMP
That should change the menu icons from 13 to 24 pixels.

   

There are other possible predefined sizes, but I don't know if they have any effect in GIMP.

Code:
GTK+ itself use the following named icon sizes: gtk-menu, gtk-button, gtk-small-toolbar, gtk-large-toolbar, gtk-dnd, gtk-dialog
For example:
Code:
gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
Reply


Messages In This Thread
RE: How to change the menu icon size? - by Kevin - 10-20-2020, 09:08 AM

Forum Jump: