mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Improve scaling of speed graphs
Make Y axis scale to fix on predetermined nice looking positions
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user