[gimp] app: move the style overlay a few pixels



commit 8af94be7a0fb62c6899a5acdcf91b1ce444aea19
Author: Michael Natterer <mitch gimp org>
Date:   Fri Feb 26 13:10:52 2010 +0100

    app: move the style overlay a few pixels
    
    so it intersects less with the rectangle handles.

 app/tools/gimptexttool-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimptexttool-editor.c b/app/tools/gimptexttool-editor.c
index f0eb1df..e4f8906 100644
--- a/app/tools/gimptexttool-editor.c
+++ b/app/tools/gimptexttool-editor.c
@@ -190,7 +190,7 @@ gimp_text_tool_editor_position (GimpTextTool *text_tool)
 
       gimp_display_shell_move_overlay (shell,
                                        text_tool->style_overlay,
-                                       x,
+                                       x + 2,
                                        y - requisition.height - 6);
     }
 }



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