mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 16:36:54 +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
|
colorScheme: root.colorScheme
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
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 {
|
MouseArea {
|
||||||
propagateComposedEvents: true
|
propagateComposedEvents: true
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in a new issue