mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:39:00 +08:00
Remove redundant documentation
CURA-5875 Co-Authored-By: nallath <nallath@gmail.com>
This commit is contained in:
parent
81b6f3ab11
commit
514fc13045
@ -16,7 +16,6 @@ Item
|
|||||||
// The popupItem holds the QML item that is shown when the "open" button is pressed
|
// The popupItem holds the QML item that is shown when the "open" button is pressed
|
||||||
property var popupItem
|
property var popupItem
|
||||||
|
|
||||||
// The background color of the popup
|
|
||||||
property color popupBackgroundColor: UM.Theme.getColor("action_button")
|
property color popupBackgroundColor: UM.Theme.getColor("action_button")
|
||||||
|
|
||||||
property color headerBackgroundColor: 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.
|
// What icon should be displayed on the right.
|
||||||
property alias iconSource: collapseButton.source
|
property alias iconSource: collapseButton.source
|
||||||
|
|
||||||
// What is the color of the icon?
|
|
||||||
property alias iconColor: collapseButton.color
|
property alias iconColor: collapseButton.color
|
||||||
|
|
||||||
// The icon size (it's always drawn as a square)
|
// The icon size (it's always drawn as a square)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user