mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Merge pull request #9562 from dzmat/round_speed_labels
Improve scaling of speed graphs
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