some ui improvements

This commit is contained in:
itsmattkc
2019-03-29 01:07:05 +11:00
parent a5feb151e3
commit be219f317d
4 changed files with 12 additions and 2 deletions
+4
View File
@@ -468,6 +468,10 @@ void TimelineHeader::paintEvent(QPaintEvent*) {
path.lineTo(in_x+PLAYHEAD_SIZE+1, yoff);
path.lineTo(start);
p.fillPath(path, Qt::red);
// Draw white line at the top for clarity
p.setPen(Qt::gray);
p.drawLine(0, 0, width(), 0);
}
}