mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Change the alignent option to use the new style
CURA-6115
This commit is contained in:
parent
cbed8038e9
commit
cab0349a9c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class FirmwareUpdateCheckerMessage(Message):
|
||||||
"[no_icon]",
|
"[no_icon]",
|
||||||
"[no_description]",
|
"[no_description]",
|
||||||
button_style = Message.ActionButtonStyle.LINK,
|
button_style = Message.ActionButtonStyle.LINK,
|
||||||
button_align = Message.ActionButtonStyle.BUTTON_ALIGN_LEFT)
|
button_align = Message.ActionButtonAlignment.ALIGN_LEFT)
|
||||||
|
|
||||||
def getMachineId(self) -> int:
|
def getMachineId(self) -> int:
|
||||||
return self._machine_id
|
return self._machine_id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue