mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-25 20:47:39 +02:00
[ui] fix ram graph
use % instead of GB
This commit is contained in:
parent
a24bfc14b0
commit
432bd07df7
1 changed files with 1 additions and 14 deletions
|
@ -439,7 +439,7 @@ Item {
|
||||||
title: root.ramLabel + root.ramTotal + "GB"
|
title: root.ramLabel + root.ramTotal + "GB"
|
||||||
|
|
||||||
ValueAxis {
|
ValueAxis {
|
||||||
id: valueAxisY2
|
id: valueAxisRam
|
||||||
min: 0
|
min: 0
|
||||||
max: 100
|
max: 100
|
||||||
titleText: "<span style='color: " + textColor + "'>%</span>"
|
titleText: "<span style='color: " + textColor + "'>%</span>"
|
||||||
|
@ -451,19 +451,6 @@ Item {
|
||||||
labelsColor: textColor
|
labelsColor: textColor
|
||||||
}
|
}
|
||||||
|
|
||||||
ValueAxis {
|
|
||||||
id: valueAxisRam
|
|
||||||
min: 0
|
|
||||||
max: root.ramTotal
|
|
||||||
titleText: "<span style='color: " + textColor + "'>GB</span>"
|
|
||||||
color: textColor
|
|
||||||
gridLineColor: textColor
|
|
||||||
minorGridLineColor: textColor
|
|
||||||
shadesColor: textColor
|
|
||||||
shadesBorderColor: textColor
|
|
||||||
labelsColor: textColor
|
|
||||||
}
|
|
||||||
|
|
||||||
ValueAxis {
|
ValueAxis {
|
||||||
id: valueAxisX2
|
id: valueAxisX2
|
||||||
min: 0
|
min: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue