Skip to content

Commit

Permalink
Some minor cleaning up [ci skip].
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jul 3, 2017
1 parent af20ed0 commit c7f938c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/organisation/PMRWindow/src/pmrwindowwindow.cpp
Expand Up @@ -101,7 +101,7 @@ PmrWindowWindow::PmrWindowWindow(QWidget *pParent) :

QFont newFont = mPmrInstanceLabel->font();

newFont.setPointSize(0.75*newFont.pointSize());
newFont.setPointSizeF(0.75*newFont.pointSizeF());

mPmrInstanceLabel->setAlignment(Qt::AlignCenter);
mPmrInstanceLabel->setEnabled(false);
Expand Down

0 comments on commit c7f938c

Please sign in to comment.