From ddc23982701a3c125f6737f1a4183740f1040738 Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Wed, 4 Mar 2015 19:54:11 -0500 Subject: [PATCH] Better explaining DPI issues. --- src/ui/toolbar/MainToolBar.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/toolbar/MainToolBar.cc b/src/ui/toolbar/MainToolBar.cc index 2cb078ff7..c4435540d 100644 --- a/src/ui/toolbar/MainToolBar.cc +++ b/src/ui/toolbar/MainToolBar.cc @@ -73,7 +73,7 @@ MainToolBar::MainToolBar() if(srn && srn->logicalDotsPerInch() > 50.0) { _dotsPerInch = (qreal)srn->logicalDotsPerInch(); // Font point sizes are based on Mac 72dpi } else { - qWarning() << "System not reporting logical DPI."; + qWarning() << "System not reporting logical DPI, which is used to compute the appropriate font size. The default being used is 96dpi. If the text within buttons and UI elements are too big or too small, that's the reason."; } // Give the QML code a way to reach us setContextPropertyObject("mainToolBar", this); -- 2.22.0