Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kuipers <t.kuipers@ultimaker.com>2020-01-02 21:32:09 +0300
committerTim Kuipers <t.kuipers@ultimaker.com>2020-02-27 18:41:20 +0300
commitc16f677bf0a7f03e9c1cea597c79581a7bfae96e (patch)
tree3f478e48b04eb7b37cd47dc36849f919f57cbf8d /plugins/SolidView
parent28abf6ff8c4982c5a35a956ff090848b783fcc85 (diff)
make a new xray error image
includes SVG source file
Diffstat (limited to 'plugins/SolidView')
-rw-r--r--plugins/SolidView/SolidView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SolidView/SolidView.py b/plugins/SolidView/SolidView.py
index 94aa648197..3770939cc7 100644
--- a/plugins/SolidView/SolidView.py
+++ b/plugins/SolidView/SolidView.py
@@ -121,7 +121,7 @@ class SolidView(View):
if not self._xray_error_image:
self._xray_error_image = OpenGL.getInstance().createTexture()
- texture_file = "cura-icon-32.png" #TODO make an img for this!
+ texture_file = "xray_error.png"
try:
self._xray_error_image.load(Resources.getPath(Resources.Images, texture_file))
except FileNotFoundError: