mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Remove rowDelegate styling for asset window
This commit is contained in:
parent
e4b5c14a4c
commit
c93ba2752b
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue