mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
Use AllUppercase for label text
This commit is contained in:
parent
24c2f73a9d
commit
1d6263385b
@ -760,7 +760,7 @@ TransferListFiltersWidget::TransferListFiltersWidget(QWidget *parent, TransferLi
|
|||||||
QVBoxLayout *frameLayout = new QVBoxLayout(frame);
|
QVBoxLayout *frameLayout = new QVBoxLayout(frame);
|
||||||
QFont font;
|
QFont font;
|
||||||
font.setBold(true);
|
font.setBold(true);
|
||||||
font.setCapitalization(QFont::SmallCaps);
|
font.setCapitalization(QFont::AllUppercase);
|
||||||
|
|
||||||
frame->setFrameShadow(QFrame::Plain);
|
frame->setFrameShadow(QFrame::Plain);
|
||||||
frame->setFrameShape(QFrame::NoFrame);
|
frame->setFrameShape(QFrame::NoFrame);
|
||||||
|
Loading…
Reference in New Issue
Block a user