mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Remove redundant documentation
CURA-5875 Co-Authored-By: nallath <nallath@gmail.com>
This commit is contained in:
parent
81b6f3ab11
commit
514fc13045
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue