10-20-2020, 11:09 PM
(10-20-2020, 09:08 AM)Kevin Wrote:For example:Code:
GTK+ itself use the following named icon sizes: gtk-menu, gtk-button, gtk-small-toolbar, gtk-large-toolbar, gtk-dnd, gtk-dialog
Code:
gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32"
Oh, finally, a working solution. Thanks. This item (gtk-icon-sizes) did not even exist in the gtkrc file.