mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Use AllUppercase for label text
This commit is contained in:
committed by
sledgehammer999
parent
271b37885f
commit
a0877fd57c
@@ -760,7 +760,7 @@ TransferListFiltersWidget::TransferListFiltersWidget(QWidget *parent, TransferLi
|
||||
QVBoxLayout *frameLayout = new QVBoxLayout(frame);
|
||||
QFont font;
|
||||
font.setBold(true);
|
||||
font.setCapitalization(QFont::SmallCaps);
|
||||
font.setCapitalization(QFont::AllUppercase);
|
||||
|
||||
frame->setFrameShadow(QFrame::Plain);
|
||||
frame->setFrameShape(QFrame::NoFrame);
|
||||
|
||||
Reference in New Issue
Block a user