Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Better Support to hidpi"
This reverts commit 6a1b572.
  • Loading branch information
SrNetoChan authored and nyalldawson committed Sep 11, 2019
1 parent f628f57 commit efb692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaptip.cpp
Expand Up @@ -144,7 +144,7 @@ void QgsMapTip::showMapTip( QgsMapLayer *pLayer,

QgsDebugMsg( tipHtml );

mWidget->move( pixelPosition.x() + Qgis::UI_SCALE_FACTOR * 15,
mWidget->move( pixelPosition.x() + 20,
pixelPosition.y() );

mWebView->setHtml( tipHtml );
Expand Down

0 comments on commit efb692f

Please sign in to comment.