mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
12 lines
201 B
QML
12 lines
201 B
QML
// Copyright (c) 2018 Ultimaker B.V.
|
|
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
|
|
}
|