mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 13:32:26 +02:00
Don't expand height of higlighted row
This commit is contained in:
parent
0a2976deab
commit
327e3c9973
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ TableView {
|
|||
}
|
||||
|
||||
rowDelegate: Rectangle {
|
||||
height: (styleData.selected ? 1.2 : 1) * hifi.dimensions.tableRowHeight
|
||||
height: hifi.dimensions.tableRowHeight
|
||||
color: styleData.selected
|
||||
? hifi.colors.primaryHighlight
|
||||
: tableView.isLightColorScheme
|
||||
|
|
Loading…
Reference in a new issue