mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:56:43 +02:00
Trivial removal of commented code
This commit is contained in:
parent
5c1e085e7b
commit
fce2049630
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ TableView {
|
||||||
Rectangle {
|
Rectangle {
|
||||||
color: "#00000000"
|
color: "#00000000"
|
||||||
anchors { fill: parent; margins: -2 }
|
anchors { fill: parent; margins: -2 }
|
||||||
//radius: hifi.dimensions.borderRadius
|
|
||||||
border.color: isLightColorScheme ? hifi.colors.lightGrayText : hifi.colors.baseGrayHighlight
|
border.color: isLightColorScheme ? hifi.colors.lightGrayText : hifi.colors.baseGrayHighlight
|
||||||
border.width: 2
|
border.width: 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue