mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 00:26:01 +08:00
Merge branch 'master' of https://github.com/Ultimaker/Cura
This commit is contained in:
commit
b7a441d263
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ resources/firmware
|
||||
*~
|
||||
*.qm
|
||||
.idea
|
||||
.project
|
||||
.pydevproject
|
||||
|
@ -23,7 +23,7 @@ class CuraSplashScreen(QSplashScreen):
|
||||
version = Application.getInstance().getVersion().split("-")
|
||||
buildtype = Application.getInstance().getBuildType()
|
||||
if buildtype:
|
||||
version += " (%s)" %(buildtype)
|
||||
version[0] += " (%s)" %(buildtype)
|
||||
|
||||
painter.setFont(QFont("Proxima Nova Rg", 20 ))
|
||||
painter.drawText(0, 0, 330 * self._scale, 230 * self._scale, Qt.AlignHCenter | Qt.AlignBottom, version[0])
|
||||
|
Loading…
x
Reference in New Issue
Block a user