mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Add empty state for print job queue
Contributes to CL-1154
This commit is contained in:
parent
3d92bd0133
commit
f6b69f05a9
3 changed files with 90 additions and 2 deletions
|
@ -39,6 +39,7 @@ Item
|
|||
color: base.enabled && headerMouseArea.containsMouse ? headerHoverColor : headerBackgroundColor
|
||||
height: childrenRect.height
|
||||
width: parent.width
|
||||
radius: 2 * screenScaleFactor // TODO: Theme!
|
||||
Behavior on color
|
||||
{
|
||||
ColorAnimation
|
||||
|
@ -77,6 +78,7 @@ Item
|
|||
color: headerBackgroundColor
|
||||
height: base.expanded ? childrenRect.height : 0
|
||||
width: parent.width
|
||||
radius: 2 * screenScaleFactor // TODO: Theme!
|
||||
Behavior on height
|
||||
{
|
||||
NumberAnimation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue