Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 878099 | Differences between
and this patch

Collapse All | Expand All

(-)a/qt/TorrentDelegate.cc (-1 / +1 lines)
Lines 545-551 Link Here
545
        progressBarState = QStyle::State_None;
545
        progressBarState = QStyle::State_None;
546
    }
546
    }
547
547
548
    progressBarState |= QStyle::State_Small;
548
    progressBarState |= QStyle::State_Horizontal | QStyle::State_Small;
549
549
550
    QIcon::Mode const emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal;
550
    QIcon::Mode const emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal;
551
    QIcon const emblemIcon = tor.hasError() ? getWarningEmblem() : QIcon();
551
    QIcon const emblemIcon = tor.hasError() ? getWarningEmblem() : QIcon();

Return to bug 878099