@ -277,7 +277,7 @@ Rectangle
Rectangle {
width: logsTable.width - 4
height: 17
color: styleData.alternate ? "transparent" : "#f0f0f0"
color: styleData.alternate ? "transparent" : LogsPaneStyle.generic.layout.logAlternateColor
}
@ -23,6 +23,7 @@ QtObject {
property int dateWidth: 150
property int typeWidth: 80
property int contentWidth: 700
property string logAlternateColor: "#f0f0f0"