]> granicus.if.org Git - transmission/commit
Fix progress bar width with Breeze style (Qt client)
authorMike Gelfand <mikedld@mikedld.com>
Sat, 3 Feb 2018 19:36:54 +0000 (22:36 +0300)
committerMike Gelfand <mikedld@mikedld.com>
Sat, 3 Feb 2018 19:36:54 +0000 (22:36 +0300)
commit991f066618ddcb60f3aa5b361271f38550baf0a6
tree7bf40b0a3bc1bae8ec991ed5eabc6466c50ff5c5
parentee259c617f8563aec4d59aabc4197fddb087d584
Fix progress bar width with Breeze style (Qt client)

In compact torrents view, use BAR_WIDTH as groove area width instead of
total progress bar width, to improve the appearance in case progress text
is drawn outside of the groove area (because of style settings).

Initial patch provided by dubhater.

Fixes: #491
qt/TorrentDelegateMin.cc