mirror of https://github.com/GNOME/gimp.git
Bug 688537 - Toolbox occasionally has spaces or tool names after the icons
Explicitly set the toolbox' style to GTK_TOOLBAR_ICONS to protect it from user toolbar preferences.
This commit is contained in:
parent
53d2059bd8
commit
e1bfc0a362
|
@ -116,6 +116,7 @@ gimp_tool_palette_class_init (GimpToolPaletteClass *klass)
|
|||
static void
|
||||
gimp_tool_palette_init (GimpToolPalette *palette)
|
||||
{
|
||||
gtk_tool_palette_set_style (GTK_TOOL_PALETTE (palette), GTK_TOOLBAR_ICONS);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue