Don't expand height of higlighted row

This commit is contained in:
David Rowe 2017-03-11 15:46:43 +13:00
parent 0a2976deab
commit 327e3c9973

View file

@ -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