Use a palette colour for the window background color

This commit is contained in:
Arjen Hiemstra 2015-04-08 17:07:22 +02:00
parent dc31d3af94
commit a162fd0f67

View file

@ -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))