Remove redundant documentation

CURA-5875

Co-Authored-By: nallath <nallath@gmail.com>
This commit is contained in:
Ghostkeeper 2018-11-16 14:04:33 +01:00 committed by GitHub
parent 81b6f3ab11
commit 514fc13045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ Item
// The popupItem holds the QML item that is shown when the "open" button is pressed
property var popupItem
// The background color of the popup
property color popupBackgroundColor: UM.Theme.getColor("action_button")
property color headerBackgroundColor: UM.Theme.getColor("action_button")
@ -31,7 +30,6 @@ Item
// What icon should be displayed on the right.
property alias iconSource: collapseButton.source
// What is the color of the icon?
property alias iconColor: collapseButton.color
// The icon size (it's always drawn as a square)