mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:55:51 +08:00
Use a palette colour for the window background color
This commit is contained in:
parent
dc31d3af94
commit
a162fd0f67
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user