Remove unused properties

CURA-6598
This commit is contained in:
Jaime van Kessel 2019-09-03 11:27:11 +02:00
parent 7dc84f14a8
commit ac0c7fd4d6
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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")