mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
Merge pull request #1547 from asoftbird/develop
[UI] StatViewer: fix displayed unit
This commit is contained in:
commit
520efa98c5
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ Item {
|
|||
titleColor: textColor
|
||||
|
||||
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 {
|
||||
id: valueCpuY
|
||||
|
|
Loading…
Add table
Reference in a new issue