mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:09:02 +08:00
Fix position of the tooltips for the settings
Contributes to CURA-5941
This commit is contained in:
parent
d3b5b2717d
commit
15415dc3b9
@ -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…
x
Reference in New Issue
Block a user