From 971713797c7e920b0a939e84da222f75d0634670 Mon Sep 17 00:00:00 2001 From: daid303 Date: Wed, 29 May 2013 15:24:38 +0200 Subject: [PATCH] Put the robot a bit higher so it does not obsecure the close notification button. --- Cura/gui/util/openglGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/util/openglGui.py b/Cura/gui/util/openglGui.py index 8a388c00..00863fa3 100644 --- a/Cura/gui/util/openglGui.py +++ b/Cura/gui/util/openglGui.py @@ -259,7 +259,7 @@ class glGuiPanel(glcanvas.GLCanvas): glEnable(GL_TEXTURE_2D) glPushMatrix() glColor4f(1,1,1,1) - glTranslate(size.GetWidth() - 8,size.GetHeight() - 16,0) + glTranslate(size.GetWidth() - 8,size.GetHeight() - 32,0) s = self._buttonSize * 1.4 glScale(s,s,s) glBegin(GL_QUADS) -- 2.30.2