mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Fix position of the tooltips for the settings
Contributes to CURA-5941
This commit is contained in:
parent
d3b5b2717d
commit
15415dc3b9
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
{
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"family": "Noto Sans"
|
||||
},
|
||||
"default_italic": {
|
||||
"size": 1.15,
|
||||
"size": 1.0,
|
||||
"weight": 50,
|
||||
"italic": true,
|
||||
"family": "Noto Sans"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue