chiark / gitweb /
More changes to buttons and coloring.
authorSteven Abadie <steven@alephobjects.com>
Thu, 23 Oct 2014 06:22:23 +0000 (00:22 -0600)
committerSteven Abadie <steven@alephobjects.com>
Thu, 23 Oct 2014 06:22:23 +0000 (00:22 -0600)
Cura/gui/util/openglGui.py
resources/images/glButtons.png

index a6731929a4bd005006f0269a31d036c5716441d9..b4a33f8f0c0ede02f690c042ee181cb03bdb921c 100644 (file)
@@ -459,11 +459,11 @@ class glButton(glGuiControl):
 
                glBindTexture(GL_TEXTURE_2D, self._base._glButtonsTexture)
                #button sizing          
-               scale = 0.8
+               scale = 1.0
                if self._selected:
-                       scale = 0.85
+                       scale = 1.0
                elif self._focus:
-                       scale = 0.85
+                       scale = 1.0
                if self._disabled:
                        glColor4ub(128,128,128,128)
                else:
index a738ef5639c454587e30e7558a7095fcf5cd3f2b..44c2d3a4e4a8e532eb65c9b94b9e1ffae8406be0 100644 (file)
Binary files a/resources/images/glButtons.png and b/resources/images/glButtons.png differ