mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-28 00:16:32 +02:00
[ui] color bar fills line heigt
This commit is contained in:
parent
d4bdbeef12
commit
c2f8c0f97a
1 changed files with 1 additions and 2 deletions
|
@ -202,8 +202,7 @@ Item {
|
|||
// Colored marker to quickly indicate duration
|
||||
Rectangle {
|
||||
width: 4
|
||||
height: lineMetrics.height
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.fillHeight: true
|
||||
color: duration > 0 ? Colors.durationColorScale(duration) : "transparent"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue