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/TorrentDelegateMin.cc (-1 / +1 lines)
Lines 218-224 Link Here
218
        progressBarState = QStyle::State_None;
218
        progressBarState = QStyle::State_None;
219
    }
219
    }
220
220
221
    progressBarState |= QStyle::State_Small;
221
    progressBarState |= QStyle::State_Horizontal | QStyle::State_Small;
222
222
223
    QIcon::Mode const emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal;
223
    QIcon::Mode const emblemIm = isItemSelected ? QIcon::Selected : QIcon::Normal;
224
    QIcon const emblemIcon = tor.hasError() ? getWarningEmblem() : QIcon();
224
    QIcon const emblemIcon = tor.hasError() ? getWarningEmblem() : QIcon();

Return to bug 878099