chiark / gitweb /
Put the robot a bit higher so it does not obsecure the close notification button.
authordaid303 <daid303@gmail.com>
Wed, 29 May 2013 13:24:38 +0000 (15:24 +0200)
committerdaid303 <daid303@gmail.com>
Wed, 29 May 2013 13:24:38 +0000 (15:24 +0200)
Cura/gui/util/openglGui.py

index 8a388c00b2932027037538b10aa4e475f9ce70c7..00863fa3ee92b9de59241b1ca83c3fa0c74abdab 100644 (file)
@@ -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)