From a00945d8edf78a4740a4afc1dae24581ebfc9865 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 11 Jun 2018 12:36:06 +0200 Subject: [PATCH] app: increase opacity of GimpTextTool's overlay widget, it was unreadable --- app/tools/gimptexttool-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tools/gimptexttool-editor.c b/app/tools/gimptexttool-editor.c index 8f59213796..4c136d62b3 100644 --- a/app/tools/gimptexttool-editor.c +++ b/app/tools/gimptexttool-editor.c @@ -200,7 +200,7 @@ gimp_text_tool_editor_start (GimpTextTool *text_tool) 0, 0, GIMP_HANDLE_ANCHOR_CENTER, 0, 0); gimp_overlay_box_set_child_opacity (GIMP_OVERLAY_BOX (shell->canvas), - text_tool->style_overlay, 0.7); + text_tool->style_overlay, 0.85); if (text_tool->image) gimp_image_get_resolution (text_tool->image, &xres, &yres);