mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:29:05 +08:00
Forced size of heatup buttons in checkup
CURA-422
This commit is contained in:
parent
806197f56b
commit
bd183266c6
@ -196,8 +196,8 @@ Cura.MachineAction
|
||||
visible: checkupMachineAction.usbConnected
|
||||
Button
|
||||
{
|
||||
height: 20
|
||||
text: checkupMachineAction.heatupHotendStarted ? catalog.i18nc("@action:button","Stop Heating") : catalog.i18nc("@action:button","Start Heating")
|
||||
//
|
||||
onClicked:
|
||||
{
|
||||
if (checkupMachineAction.heatupHotendStarted)
|
||||
@ -259,6 +259,7 @@ Cura.MachineAction
|
||||
Button
|
||||
{
|
||||
text: checkupMachineAction.heatupBedStarted ?catalog.i18nc("@action:button","Stop Heating") : catalog.i18nc("@action:button","Start Heating")
|
||||
height: 20
|
||||
onClicked:
|
||||
{
|
||||
if (checkupMachineAction.heatupBedStarted)
|
||||
|
Loading…
x
Reference in New Issue
Block a user