mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 08:48:58 +08:00
Add clock icon to pre-heat countdown
It's aligned left of the pre-heat countdown and only visible if the countdown is visible. Contributes to issue CURA-3161.
This commit is contained in:
parent
8e25a1c73f
commit
9b235aebf2
@ -267,6 +267,21 @@ Column
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
UM.RecolorImage
|
||||||
|
{
|
||||||
|
id: preheatCountdownIcon
|
||||||
|
width: UM.Theme.getSize("save_button_specs_icons").width
|
||||||
|
height: UM.Theme.getSize("save_button_specs_icons").height
|
||||||
|
sourceSize.width: width
|
||||||
|
sourceSize.height: height
|
||||||
|
color: UM.Theme.getColor("text")
|
||||||
|
visible: preheatCountdown.visible
|
||||||
|
source: UM.Theme.getIcon("print_time")
|
||||||
|
anchors.right: preheatCountdown.left
|
||||||
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width / 2
|
||||||
|
anchors.verticalCenter: preheatCountdown.verticalCenter
|
||||||
|
}
|
||||||
|
|
||||||
Timer
|
Timer
|
||||||
{
|
{
|
||||||
id: preheatCountdownTimer
|
id: preheatCountdownTimer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user