From: Steven Abadie Date: Thu, 23 Oct 2014 06:22:23 +0000 (-0600) Subject: More changes to buttons and coloring. X-Git-Tag: 14.09-1.18~108 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2e72e5bf81d44228723c8ccfa905c2e7487425ce;p=cura.git More changes to buttons and coloring. --- diff --git a/Cura/gui/util/openglGui.py b/Cura/gui/util/openglGui.py index a6731929..b4a33f8f 100644 --- a/Cura/gui/util/openglGui.py +++ b/Cura/gui/util/openglGui.py @@ -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: diff --git a/resources/images/glButtons.png b/resources/images/glButtons.png index a738ef56..44c2d3a4 100644 Binary files a/resources/images/glButtons.png and b/resources/images/glButtons.png differ