mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-07 13:21:56 +02:00
Update StatViewer.qml
This commit is contained in:
parent
1c66c6d9ab
commit
0d61ebd5f1
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ Item {
|
||||||
titleColor: textColor
|
titleColor: textColor
|
||||||
|
|
||||||
visible: (root.fileVersion > 0.0) // only visible if we have valid information
|
visible: (root.fileVersion > 0.0) // only visible if we have valid information
|
||||||
title: "CPU: " + root.nbCores + " cores, " + root.cpuFrequency + "Hz"
|
title: "CPU: " + root.nbCores + " cores, " + root.cpuFrequency + "MHz"
|
||||||
|
|
||||||
ValueAxis {
|
ValueAxis {
|
||||||
id: valueCpuY
|
id: valueCpuY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue