Remove the close button since it does not work

Contributes to Ultimaker/Uranium#8
This commit is contained in:
Arjen Hiemstra 2015-07-01 02:52:29 +02:00
parent cc58f4d159
commit d7c5238b7f

View file

@ -66,10 +66,4 @@ UM.Dialog
id: palette; id: palette;
} }
} }
rightButtons: Button {
text: qsTr("Close");
enabled: true;
}
} }