FedoraQt / MediaWriter

Fedora Media Writer - Write Fedora Images to Portable Media
GNU General Public License v2.0
738 stars 160 forks source link

fix(qml/DownloadPage): fix download remaining size display #703

Closed MingcongBai closed 7 months ago

MingcongBai commented 7 months ago

The original code incorrectly (and unnecessarily?) calculates the width of the string before the displayed unit, causing the size number and unit to overlap.

Dropping this line fixes this issue.