9 lines
104 B

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