Add empty state for print job queue

Contributes to CL-1154
This commit is contained in:
Ian Paschal 2019-01-24 15:14:16 +01:00
parent 3d92bd0133
commit f6b69f05a9
3 changed files with 90 additions and 2 deletions

View file

@ -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