mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 01:46:31 +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
|
// Colored marker to quickly indicate duration
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: 4
|
width: 4
|
||||||
height: lineMetrics.height
|
Layout.fillHeight: true
|
||||||
Layout.alignment: Qt.AlignTop
|
|
||||||
color: duration > 0 ? Colors.durationColorScale(duration) : "transparent"
|
color: duration > 0 ? Colors.durationColorScale(duration) : "transparent"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue