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
|
||||
Button
|
||||
{
|
||||
height: 20
|
||||
text: checkupMachineAction.heatupHotendStarted ? catalog.i18nc("@action:button","Stop Heating") : catalog.i18nc("@action:button","Start Heating")
|
||||
onClicked:
|
||||
{
|
||||
@ -259,7 +258,6 @@ 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