mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Use a palette colour for the window background color
This commit is contained in:
parent
dc31d3af94
commit
a162fd0f67
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class PrinterApplication(QtApplication):
|
||||||
self._volume = BuildVolume(root)
|
self._volume = BuildVolume(root)
|
||||||
|
|
||||||
self.getRenderer().setLightPosition(Vector(0, 150, 0))
|
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 = Camera('3d', root)
|
||||||
camera.setPosition(Vector(-150, 150, 300))
|
camera.setPosition(Vector(-150, 150, 300))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue