mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 04:56:28 +02:00
[ui] using coherent format for elapsed time
This commit is contained in:
parent
c2f8c0f97a
commit
5b973cb349
3 changed files with 34 additions and 33 deletions
|
@ -216,7 +216,7 @@ Item {
|
|||
horizontalAlignment: Text.AlignRight
|
||||
color: "#CCCCCC"
|
||||
enabled: duration > 0
|
||||
ToolTip.text: "elapsed time: " + String(duration) + "s"
|
||||
ToolTip.text: "Elapsed time: " + Format.getTimeStr(duration)
|
||||
ToolTip.visible: mouseArea.containsMouse
|
||||
MouseArea {
|
||||
id: mouseArea
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue