mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Remove unused properties
CURA-6598
This commit is contained in:
parent
7dc84f14a8
commit
ac0c7fd4d6
1 changed files with 1 additions and 3 deletions
|
@ -9,9 +9,7 @@ Popup
|
|||
implicitWidth: 400
|
||||
property var dataModel: Cura.IntentCategoryModel {}
|
||||
|
||||
property int defaultMargin: 5
|
||||
property int checkmarkSize: 12
|
||||
property int buttonHeight: 25
|
||||
property int defaultMargin: UM.Theme.getSize("default_margin").width
|
||||
property color backgroundColor: UM.Theme.getColor("main_background")
|
||||
property color borderColor: UM.Theme.getColor("lining")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue