[gimp] app: increase opacity of GimpTextTool's overlay widget, it was unreadable



commit a00945d8edf78a4740a4afc1dae24581ebfc9865
Author: Michael Natterer <mitch gimp org>
Date:   Mon Jun 11 12:36:06 2018 +0200

    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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]