[Github-comments] [geany/geany] GTK3: Icon size and size of toolbar (#1746)

Matthew Brush notifications at xxxxx
Sat Jan 20 02:47:39 UTC 2018


I think it's actually that Gtk3 makes the small toolbar icon size the same as the menu icon size. AFAIK the menu icon size was always 16x16, and this is what Geany uses for "very small icon" in the preferences, so it must be that the small toolbar icon size used to be 24x24 in Gtk2 and is now also 16x16.

In theory it should be possible to change this by editing Gtk3's `settings.ini` file like:

```ini
[Settings]
...
gtk-icon-sizes=gtk-small-toolbar=24,24
```

But it doesn't work here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1746#issuecomment-359139284
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180120/7795043e/attachment.html>


More information about the Github-comments mailing list