mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Forced size of heatup buttons in checkup
CURA-422
This commit is contained in:
parent
806197f56b
commit
bd183266c6
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue