mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Remose useless code
CURA-4215
This commit is contained in:
parent
7144720d78
commit
9683dcae72
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue