mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Removed fixed height for checkup buttons again.
Turned out that this was already fixed, so a fixed height isn't needed. CURA-422
This commit is contained in:
parent
d9f7f43ea6
commit
fd96e47117
@ -196,7 +196,6 @@ 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:
|
||||||
{
|
{
|
||||||
@ -259,7 +258,6 @@ 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…
x
Reference in New Issue
Block a user