Browse Source

small changes

cl-refactor
yann300 10 years ago
parent
commit
0d444716b0
  1. 2
      mix/qml/LogsPane.qml
  2. 1
      mix/qml/LogsPaneStyle.qml

2
mix/qml/LogsPane.qml

@ -277,7 +277,7 @@ Rectangle
Rectangle { Rectangle {
width: logsTable.width - 4 width: logsTable.width - 4
height: 17 height: 17
color: styleData.alternate ? "transparent" : "#f0f0f0" color: styleData.alternate ? "transparent" : LogsPaneStyle.generic.layout.logAlternateColor
} }
} }
} }

1
mix/qml/LogsPaneStyle.qml

@ -23,6 +23,7 @@ QtObject {
property int dateWidth: 150 property int dateWidth: 150
property int typeWidth: 80 property int typeWidth: 80
property int contentWidth: 700 property int contentWidth: 700
property string logAlternateColor: "#f0f0f0"
} }
} }
} }

Loading…
Cancel
Save