Remove rowDelegate styling for asset window

This commit is contained in:
Ryan Huffman 2016-03-10 14:44:53 -08:00
parent e4b5c14a4c
commit c93ba2752b

View file

@ -338,15 +338,6 @@ Window {
colorScheme: root.colorScheme
anchors.left: parent.left
anchors.right: parent.right
rowDelegate: Rectangle {
height: hifi.dimensions.tableRowHeight
color: styleData.selected
? hifi.colors.primaryHighlight
: treeView.isLightColorScheme
? (styleData.alternate ? hifi.colors.tableRowLightEven : hifi.colors.tableRowLightOdd)
: (styleData.alternate ? hifi.colors.tableRowDarkEven : hifi.colors.tableRowDarkOdd)
}
MouseArea {
propagateComposedEvents: true
anchors.fill: parent