mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Monitor tab refactor + skeleton loading
Contributes to CL-1051
This commit is contained in:
parent
7c01e632df
commit
97fa5094ce
9 changed files with 348 additions and 505 deletions
|
@ -69,7 +69,8 @@ Component
|
|||
// Skeleton loading
|
||||
Column
|
||||
{
|
||||
id: dummies
|
||||
id: skeletonLoader
|
||||
visible: printerList.count === 0;
|
||||
anchors
|
||||
{
|
||||
top: printingLabel.bottom
|
||||
|
@ -97,12 +98,11 @@ Component
|
|||
id: printerScrollView
|
||||
anchors
|
||||
{
|
||||
top: dummies.bottom
|
||||
top: printingLabel.bottom
|
||||
topMargin: UM.Theme.getSize("default_margin").height
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
topMargin: UM.Theme.getSize("default_margin").height
|
||||
bottom: parent.bottom
|
||||
bottomMargin: UM.Theme.getSize("default_margin").height
|
||||
bottom: parent.bottom;
|
||||
}
|
||||
|
||||
style: UM.Theme.styles.scrollview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue