On 05/06/2020 12:48 PM, René de Hesselle wrote:
Hi,
FYI Gimp 2.x is GTK 2 - that is why it feels like GTK 2 and work with GTK 2 themes.
Regards, René
I must have been thinking about libreoffice, but for some reason I though gimp 2.10 made the jump, oh well -- at least that explains the ruler still working (and it does well in inkscape too), even though that Gtk+2 feature was scheduled to be removed in Gtk+3)
I did further searching and found the following:
Replace size_request by get_preferred_width/height https://developer.gnome.org/gtk3/stable/ch26s02.html#id-1.6.3.4.3
The biggest issue is how do we make the default toolbar icons sizes stay fixed so that the settings of "small" and "smaller" in preferences actually have the desired effect.
I rebuilt 0.92.5 yesterday to accommodate libpoppler.so.99 to make comparisons with 1.0. There has to be a way to make the 1.0 interface behave more like the 0.92 interface from a toolbar icon size/padding/gutter standpoint. I'm not even sure what part of size/padding/margin/gutter etc.. is the primary cause of the wide icon spacing and wide spacing between the toolbars and ruler. I'll keep looking.