Improve scaling of speed graphs

Make Y axis scale to fix on predetermined nice looking positions
This commit is contained in:
dzmat
2018-04-02 23:53:44 +07:00
parent c57a7292b6
commit fabd7e34f5
4 changed files with 102 additions and 45 deletions

View File

@@ -315,6 +315,8 @@ void SearchJobWidget::updateFilter()
void SearchJobWidget::fillFilterComboBoxes()
{
using Utils::Misc::SizeUnit;
using Utils::Misc::unitString;
QStringList unitStrings;
unitStrings.append(unitString(SizeUnit::Byte));
unitStrings.append(unitString(SizeUnit::KibiByte));