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:
authorGhostkeeper <rubend@tutanota.com>2017-08-29 16:55:07 +0300
committerGhostkeeper <rubend@tutanota.com>2017-08-30 17:08:49 +0300
commitb677a81d9bf5e46383b5a569c0d459b068de1136 (patch)
tree028eb254afb6cffb0aa2edafbf04c04243aed7d2 /cura/CuraApplication.py
parentd4e5e10825f054ab7c193bc0556cb878a64ae1d4 (diff)
Change default theme
This new field is now read by Uranium that indicates the default theme to load first before there are any changed preferences. Contributes to issue CURA-4148.
Diffstat (limited to 'cura/CuraApplication.py')
-rwxr-xr-xcura/CuraApplication.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py
index 3c1497f214..1b7dafd53d 100755
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -205,6 +205,8 @@ class CuraApplication(QtApplication):
super().__init__(name = "cura", version = CuraVersion, buildtype = CuraBuildType,
tray_icon_name = "cura-icon-32.png")
+ self.default_theme = "cura-light"
+
self.setWindowIcon(QIcon(Resources.getPath(Resources.Images, "cura-icon.png")))
self.setRequiredPlugins([