mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Removed warnings about undefined properties
CURA-1278
This commit is contained in:
parent
887a5f4f80
commit
0952dd0327
2 changed files with 3 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue