mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Fix availability bar & progress bar height being too small on high DPI displays
This commit is contained in:
parent
4a271d358f
commit
b5adbaef78
5 changed files with 12 additions and 9 deletions
|
@ -36,8 +36,6 @@
|
|||
PieceAvailabilityBar::PieceAvailabilityBar(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setFixedHeight(BAR_HEIGHT);
|
||||
|
||||
m_bgColor = 0xffffff;
|
||||
m_borderColor = palette().color(QPalette::Dark).rgb();
|
||||
m_pieceColor = 0x0000ff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue