mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 06:36:44 +02:00
Don't try to be clever with coloring table rows
This commit is contained in:
parent
093ccb483d
commit
9da0181b72
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ TableView {
|
|||
Text {
|
||||
x: 3
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
color: root.activeFocus && styleData.row === root.currentRow ? "yellow" : styleData.textColor
|
||||
color: styleData.textColor
|
||||
elide: styleData.elideMode
|
||||
text: getText();
|
||||
font.italic: root.model.get(styleData.row, "fileIsDir") ? true : false
|
||||
|
|
Loading…
Reference in a new issue