mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 03:39:09 +08:00
Removed warnings about undefined properties
CURA-1278
This commit is contained in:
parent
887a5f4f80
commit
0952dd0327
@ -41,7 +41,6 @@ UM.ManagementPage
|
||||
{
|
||||
width: objectListContainer.viewport.width;
|
||||
height: childrenRect.height;
|
||||
color: palette.light
|
||||
|
||||
Label
|
||||
{
|
||||
|
@ -56,9 +56,9 @@ Button {
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: UM.Theme.getSize("setting_preferences_button_margin").width
|
||||
|
||||
visible: hiddenValuesCount > 0
|
||||
height: parent.height / 2;
|
||||
width: height;
|
||||
visible: false //hiddenValuesCount > 0
|
||||
height: parent.height / 2
|
||||
width: height
|
||||
|
||||
onClicked: {
|
||||
base.showAllHiddenInheritedSettings()
|
||||
|
Loading…
x
Reference in New Issue
Block a user