Remove pixel value from fonts
This commit is contained in:
parent
d1e08e0008
commit
9038c950ae
29 changed files with 77 additions and 108 deletions
|
|
@ -64,7 +64,7 @@ QuickSwitcher::QuickSwitcher(QWidget *parent)
|
|||
setMaximumWidth(450);
|
||||
|
||||
QFont font;
|
||||
font.setPixelSize(20);
|
||||
font.setPointSizeF(font.pointSizeF() * 1.5);
|
||||
|
||||
roomSearch_ = new RoomSearchInput(this);
|
||||
roomSearch_->setFont(font);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue