[gimp] Bug 772317 - Change detach icon of transform tools on-canvas dialog
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 772317 - Change detach icon of transform tools on-canvas dialog
- Date: Tue, 8 Nov 2016 16:38:19 +0000 (UTC)
commit ad7259beb7a5072deea0b4acc3ba6f6ed6a5a430
Author: Michael Natterer <mitch gimp org>
Date: Tue Nov 8 17:36:07 2016 +0100
Bug 772317 - Change detach icon of transform tools on-canvas dialog
Use GIMP_STOCK_DETACH which looks horrible but is the right icon and
can be fixed by the icon masters.
app/widgets/gimpoverlaydialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimpoverlaydialog.c b/app/widgets/gimpoverlaydialog.c
index 8663ead..daa38d2 100644
--- a/app/widgets/gimpoverlaydialog.c
+++ b/app/widgets/gimpoverlaydialog.c
@@ -228,7 +228,7 @@ gimp_overlay_dialog_constructed (GObject *object)
gimp_help_set_help_data (dialog->detach_button,
_("Detach dialog from canvas"), NULL);
- image = gtk_image_new_from_icon_name (GIMP_STOCK_MENU_LEFT,
+ image = gtk_image_new_from_icon_name (GIMP_STOCK_DETACH,
GTK_ICON_SIZE_MENU);
gtk_image_set_pixel_size (GTK_IMAGE (image), 12);
gtk_container_add (GTK_CONTAINER (button), image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]