[gimp] Bug 688537 - Toolbox occasionally has spaces or tool names after the icons
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 688537 - Toolbox occasionally has spaces or tool names after the icons
- Date: Fri, 17 May 2013 12:43:39 +0000 (UTC)
commit e1bfc0a3623ea6c1a448d531f0ccab9201a9bd52
Author: Michael Natterer <mitch gimp org>
Date: Fri May 17 14:41:11 2013 +0200
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.
app/widgets/gimptoolpalette.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimptoolpalette.c b/app/widgets/gimptoolpalette.c
index 3a62563..3b61c0d 100644
--- a/app/widgets/gimptoolpalette.c
+++ b/app/widgets/gimptoolpalette.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]