Skip to content

Commit 51656db

Browse files
committed
[ui] Computation time label color according to status of node
1 parent f3626a8 commit 51656db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshroom/ui/qml/GraphEditor/NodeEditor.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Panel {
4545
headerBar: RowLayout {
4646
Label {
4747
id: computationInfo
48+
color: node ? Colors.statusColors[node.globalStatus] : palette.text
4849
Timer {
4950
id: timer
5051
interval: 2500

0 commit comments

Comments
 (0)