mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 03:30:44 +00:00
Fix percentile lables in header
This commit is contained in:
parent
c5247f5958
commit
98e9204329
@ -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