mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Removed the divider as a seperate component
Since it's only used in one place, there is no real point in making it a seperate file CURA-6005
This commit is contained in:
parent
c10b8b5c3f
commit
3df9b369f7
2 changed files with 4 additions and 16 deletions
|
@ -26,10 +26,11 @@ ScrollView
|
|||
width: parent.width
|
||||
}
|
||||
|
||||
Divider
|
||||
Rectangle
|
||||
{
|
||||
width: parent.width
|
||||
anchors.top: backupListItem.bottom
|
||||
id: divider
|
||||
color: UM.Theme.getColor("lining")
|
||||
height: UM.Theme.getSize("default_lining").height
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue