mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Merge pull request #2506 from ngosang/white_bar
Removes white bar in the labels list. Closes #1151.
This commit is contained in:
commit
f84a22f403
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ QSize StatusFiltersWidget::sizeHint() const {
|
|||
TransferListFiltersWidget::TransferListFiltersWidget(QWidget *parent, TransferListWidget *transferList): QFrame(parent), transferList(transferList), nb_labeled(0), nb_torrents(0) {
|
||||
// Construct lists
|
||||
vLayout = new QVBoxLayout();
|
||||
vLayout->setContentsMargins(0, 4, 0, 4);
|
||||
vLayout->setContentsMargins(0, 4, 0, 0);
|
||||
QFont font;
|
||||
font.setBold(true);
|
||||
font.setCapitalization(QFont::SmallCaps);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue