mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06: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
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue