From a162fd0f67cf4f668391f633545215ed90d3b634 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Wed, 8 Apr 2015 17:07:22 +0200 Subject: [PATCH] Use a palette colour for the window background color --- PrinterApplication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PrinterApplication.py b/PrinterApplication.py index 4372f01a5f..ce88edb4e0 100644 --- a/PrinterApplication.py +++ b/PrinterApplication.py @@ -89,7 +89,7 @@ class PrinterApplication(QtApplication): self._volume = BuildVolume(root) self.getRenderer().setLightPosition(Vector(0, 150, 0)) - self.getRenderer().setBackgroundColor(QColor(246, 246, 246)) + self.getRenderer().setBackgroundColor(QColor(245, 245, 245)) camera = Camera('3d', root) camera.setPosition(Vector(-150, 150, 300))