Skip to content

Commit

Permalink
Revert "Better Support to hidpi"
Browse files Browse the repository at this point in the history
This reverts commit 6a1b572.
  • Loading branch information
SrNetoChan committed Sep 1, 2019
1 parent 80ceac0 commit 589d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsmaptip.cpp
Expand Up @@ -146,7 +146,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 589d64c

Please sign in to comment.