9 lines
101 B

import QtQuick 2.0
import "."
Rectangle
{
height: 1
color: Style.generic.layout.separatorColor
}