mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:45:57 +08:00
Few minor fixes
CURA-10835
This commit is contained in:
parent
012c77459c
commit
5c2b127345
@ -40,7 +40,7 @@ Item
|
|||||||
Cura.TextField
|
Cura.TextField
|
||||||
{
|
{
|
||||||
id: filter
|
id: filter
|
||||||
height: parent.height
|
implicitHeight: parent.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
topPadding: height / 4
|
topPadding: height / 4
|
||||||
@ -337,7 +337,7 @@ Item
|
|||||||
}
|
}
|
||||||
function onShowTooltip(text) { base.showTooltip(delegate, Qt.point(-settingsView.x - UM.Theme.getSize("default_margin").width, 0), text) }
|
function onShowTooltip(text) { base.showTooltip(delegate, Qt.point(-settingsView.x - UM.Theme.getSize("default_margin").width, 0), text) }
|
||||||
function onHideTooltip() { base.hideTooltip() }
|
function onHideTooltip() { base.hideTooltip() }
|
||||||
function onShowAllHiddenInheritedSettings()
|
function onShowAllHiddenInheritedSettings(category_id)
|
||||||
{
|
{
|
||||||
var children_with_override = Cura.SettingInheritanceManager.getChildrenKeysWithOverride(category_id)
|
var children_with_override = Cura.SettingInheritanceManager.getChildrenKeysWithOverride(category_id)
|
||||||
for(var i = 0; i < children_with_override.length; i++)
|
for(var i = 0; i < children_with_override.length; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user