mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Add tooltips for firmware update back, fix print job override state
This commit is contained in:
parent
36f6bdca18
commit
de3f82610a
5 changed files with 18 additions and 16 deletions
|
@ -64,6 +64,7 @@ Item
|
|||
visible: printJob
|
||||
|
||||
// FIXED-LINE-HEIGHT:
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
renderType: Text.NativeRendering
|
||||
|
@ -241,11 +242,10 @@ Item
|
|||
enabled: !contextMenuButton.enabled
|
||||
}
|
||||
|
||||
// TODO: uncomment this tooltip as soon as the required firmware is released
|
||||
// MonitorInfoBlurb
|
||||
// {
|
||||
// id: contextMenuDisabledInfo
|
||||
// text: catalog.i18nc("@info", "Please update your printer's firmware to manage the queue remotely.")
|
||||
// target: contextMenuButton
|
||||
// }
|
||||
MonitorInfoBlurb
|
||||
{
|
||||
id: contextMenuDisabledInfo
|
||||
text: catalog.i18nc("@info", "Please update your printer's firmware to manage the queue remotely.")
|
||||
target: contextMenuButton
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue