mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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
|
visible: checkupMachineAction.usbConnected
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
|
height: 20
|
||||||
text: checkupMachineAction.heatupHotendStarted ? catalog.i18nc("@action:button","Stop Heating") : catalog.i18nc("@action:button","Start Heating")
|
text: checkupMachineAction.heatupHotendStarted ? catalog.i18nc("@action:button","Stop Heating") : catalog.i18nc("@action:button","Start Heating")
|
||||||
//
|
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
if (checkupMachineAction.heatupHotendStarted)
|
if (checkupMachineAction.heatupHotendStarted)
|
||||||
|
@ -259,6 +259,7 @@ Cura.MachineAction
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
text: checkupMachineAction.heatupBedStarted ?catalog.i18nc("@action:button","Stop Heating") : catalog.i18nc("@action:button","Start Heating")
|
text: checkupMachineAction.heatupBedStarted ?catalog.i18nc("@action:button","Stop Heating") : catalog.i18nc("@action:button","Start Heating")
|
||||||
|
height: 20
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
if (checkupMachineAction.heatupBedStarted)
|
if (checkupMachineAction.heatupBedStarted)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue