mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Final changes for release
Adds the release splash and changes the version to 15.06
This commit is contained in:
parent
ee8c60ddba
commit
651b4fdfea
3 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ class CuraApplication(QtApplication):
|
||||||
if not hasattr(sys, "frozen"):
|
if not hasattr(sys, "frozen"):
|
||||||
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), ".."))
|
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), ".."))
|
||||||
|
|
||||||
super().__init__(name = "cura", version = "15.05.97")
|
super().__init__(name = "cura", version = "15.06.00")
|
||||||
|
|
||||||
self.setWindowIcon(QIcon(Resources.getPath(Resources.ImagesLocation, "cura-icon.png")))
|
self.setWindowIcon(QIcon(Resources.getPath(Resources.ImagesLocation, "cura-icon.png")))
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.1 KiB |
|
@ -31,7 +31,7 @@ UM.Dialog {
|
||||||
Label {
|
Label {
|
||||||
id: version
|
id: version
|
||||||
|
|
||||||
text: "Cura 15.06 Beta"
|
text: "Cura 15.06"
|
||||||
font: UM.Theme.fonts.large
|
font: UM.Theme.fonts.large
|
||||||
anchors.horizontalCenter : logo.horizontalCenter
|
anchors.horizontalCenter : logo.horizontalCenter
|
||||||
anchors.horizontalCenterOffset : (logo.width * 0.25)
|
anchors.horizontalCenterOffset : (logo.width * 0.25)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue