mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix percentile lables in header
This commit is contained in:
parent
58e251f251
commit
4776710a2b
@ -219,7 +219,7 @@ void ExportCSV::on_exportButton_clicked()
|
||||
}
|
||||
|
||||
for (int i = 0; i < p90list.size(); i++) {
|
||||
header += sep + tr(" %1%").arg(percent*100.0, 0, 'f', 0) + schema::channel[p90list[i]].label();
|
||||
header += sep + tr("%1% ").arg(percent*100.0, 0, 'f', 0) + schema::channel[p90list[i]].label();
|
||||
}
|
||||
|
||||
for (int i = 0; i < maxlist.size(); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user