From: daid303 Date: Wed, 29 May 2013 13:24:38 +0000 (+0200) Subject: Put the robot a bit higher so it does not obsecure the close notification button. X-Git-Tag: 13.06.2~32 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=971713797c7e920b0a939e84da222f75d0634670;p=cura.git Put the robot a bit higher so it does not obsecure the close notification button. --- 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)