libgimpwidgets, app: change "stock-size" property of...
commitd1372c6c246db3ccf101b2f15041740c60419b86
authorJehan <jehan@girinstud.io>
Mon, 6 Aug 2018 13:04:44 +0000 (6 15:04 +0200)
committerJehan <jehan@girinstud.io>
Mon, 6 Aug 2018 13:38:37 +0000 (6 15:38 +0200)
treebb07165a046ed07fd6fa2f119bd96c4a976988d1
parent343bfbf2590d3d8552c0e5a3846b22ec03e3b90a
libgimpwidgets, app: change "stock-size" property of...

... GimpCellRendererToggle into "icon-size".

In particular making it a pixel size instead of a GtkIconSize. This enum
is limited to a few presets (registering new values is deprecated since
GTK+ 3.10), with names completely semantically wrong. It is better to
specify icon sizes (before scaling) in pixels directly, which goes also
with named icons instead of stock ones.
app/widgets/gimpcomponenteditor.c
app/widgets/gimpcontainertreeview.c
app/widgets/gimptooleditor.c
libgimpwidgets/gimpcellrenderertoggle.c