mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Increase font size, qt version guard.
This commit is contained in:
parent
25f7c75b15
commit
add93bf09a
3 changed files with 30 additions and 16 deletions
|
|
@ -15,6 +15,7 @@ ArchidektDeckPreviewImageDisplayWidget::ArchidektDeckPreviewImageDisplayWidget(Q
|
|||
|
||||
QFont f;
|
||||
f.setBold(true);
|
||||
f.setPointSize(16);
|
||||
topLeftLabel->setFont(f);
|
||||
topRightLabel->setFont(f);
|
||||
bottomLeftLabel->setFont(f);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue