mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-05 14:54:33 +08: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
@ -26,10 +26,11 @@ ScrollView
|
|||||||
width: parent.width
|
width: parent.width
|
||||||
}
|
}
|
||||||
|
|
||||||
Divider
|
Rectangle
|
||||||
{
|
{
|
||||||
width: parent.width
|
id: divider
|
||||||
anchors.top: backupListItem.bottom
|
color: UM.Theme.getColor("lining")
|
||||||
|
height: UM.Theme.getSize("default_lining").height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
// Copyright (c) 2018 Ultimaker B.V.
|
|
||||||
// Cura is released under the terms of the LGPLv3 or higher.
|
|
||||||
|
|
||||||
import QtQuick 2.7
|
|
||||||
|
|
||||||
import UM 1.3 as UM
|
|
||||||
|
|
||||||
Rectangle
|
|
||||||
{
|
|
||||||
id: divider
|
|
||||||
color: UM.Theme.getColor("lining")
|
|
||||||
height: UM.Theme.getSize("default_lining").height
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user