Change the alignent option to use the new style

CURA-6115
This commit is contained in:
Jaime van Kessel 2019-01-24 18:30:52 +01:00
parent cbed8038e9
commit cab0349a9c

View file

@ -28,7 +28,7 @@ class FirmwareUpdateCheckerMessage(Message):
"[no_icon]",
"[no_description]",
button_style = Message.ActionButtonStyle.LINK,
button_align = Message.ActionButtonStyle.BUTTON_ALIGN_LEFT)
button_align = Message.ActionButtonAlignment.ALIGN_LEFT)
def getMachineId(self) -> int:
return self._machine_id