mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-23 06:08:07 +08:00
Remose useless code
CURA-4215
This commit is contained in:
parent
7144720d78
commit
9683dcae72
@ -68,7 +68,6 @@ class CuraSplashScreen(QSplashScreen):
|
||||
pen.setWidth(6 * self._scale)
|
||||
pen.setColor(QColor(255, 255, 255, 255))
|
||||
painter.setPen(pen)
|
||||
#painter.drawArc(100, 350, 32 * self._scale, 32 * self._scale, self._loading_image_rotation_angle * 16, 300 * 16)
|
||||
painter.drawArc(60, 350, 32 * self._scale, 32 * self._scale, self._loading_image_rotation_angle * 16, 300 * 16)
|
||||
|
||||
# draw message text
|
||||
@ -76,7 +75,6 @@ class CuraSplashScreen(QSplashScreen):
|
||||
font = QFont() # Using system-default font here
|
||||
font.setPointSize(16)
|
||||
painter.setFont(font)
|
||||
#painter.drawText(150, 328, 316, 64,
|
||||
painter.drawText(100, 328, 260, 64,
|
||||
Qt.AlignLeft | Qt.AlignVCenter | Qt.TextWordWrap,
|
||||
self._current_message)
|
||||
|
Loading…
x
Reference in New Issue
Block a user