Removed warnings about undefined properties

CURA-1278
This commit is contained in:
fieldOfView 2016-06-09 16:01:08 +02:00
parent 887a5f4f80
commit 0952dd0327
2 changed files with 3 additions and 4 deletions

View file

@ -41,7 +41,6 @@ UM.ManagementPage
{
width: objectListContainer.viewport.width;
height: childrenRect.height;
color: palette.light
Label
{

View file

@ -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()