diff options
-rw-r--r-- | horizonwizardpage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/horizonwizardpage.cc b/horizonwizardpage.cc index 4f6ba50..f1dbabe 100644 --- a/horizonwizardpage.cc +++ b/horizonwizardpage.cc @@ -28,7 +28,7 @@ void HorizonWizardPage::loadWatermark(string page) // Handle cases where ratio is not exactly 1.0 or 2.0 // Wizard machinary automatically uses FastTransformation, which is // ugly as sin. - if(pixelRatio == 0) + if(pixelRatio > 1.0) { qreal width = 232 * window()->devicePixelRatioF(); qreal height = 380 * window()->devicePixelRatioF(); |