Fix position of the tooltips for the settings

Contributes to CURA-5941
This commit is contained in:
Diego Prado Gesto 2018-12-03 16:53:52 +01:00
parent d3b5b2717d
commit 15415dc3b9
2 changed files with 2 additions and 2 deletions

View file

@ -360,7 +360,7 @@ Item
contextMenu.provider = provider
contextMenu.popup();
}
onShowTooltip: base.showTooltip(delegate, Qt.point(- UM.Theme.getSize("default_arrow").width, 0), text)
onShowTooltip: base.showTooltip(delegate, Qt.point(- settingsView.x - UM.Theme.getSize("default_margin").width, 0), text)
onHideTooltip: base.hideTooltip()
onShowAllHiddenInheritedSettings:
{

View file

@ -35,7 +35,7 @@
"family": "Noto Sans"
},
"default_italic": {
"size": 1.15,
"size": 1.0,
"weight": 50,
"italic": true,
"family": "Noto Sans"