mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix code style
CURA-4333
This commit is contained in:
parent
b59b245bff
commit
0383cea816
1 changed files with 4 additions and 9 deletions
|
@ -44,13 +44,11 @@ Item
|
||||||
}
|
}
|
||||||
|
|
||||||
function checkUserSettings(){
|
function checkUserSettings(){
|
||||||
|
|
||||||
var skip_keys = ["support_enable" ,
|
var skip_keys = ["support_enable" ,
|
||||||
"infill_sparse_density",
|
"infill_sparse_density",
|
||||||
"gradual_infill_steps",
|
"gradual_infill_steps",
|
||||||
"adhesion_type",
|
"adhesion_type",
|
||||||
"support_extruder_nr"]
|
"support_extruder_nr"]
|
||||||
|
|
||||||
base.hasUserSettings = Cura.MachineManager.hasUserCustomSettings(skip_keys)
|
base.hasUserSettings = Cura.MachineManager.hasUserCustomSettings(skip_keys)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -348,15 +346,12 @@ Item
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
width: qualitySlider.width
|
width: qualitySlider.width
|
||||||
height: qualitySlider.height * 1.5
|
height: qualitySlider.height * 1.5
|
||||||
//border.width: UM.Theme.getSize("default_lining").width // dispay overlap zone
|
|
||||||
//border.color: UM.Theme.getColor("lining")
|
|
||||||
|
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
|
||||||
visible: hasUserSettings
|
visible: hasUserSettings
|
||||||
enabled: hasUserSettings
|
enabled: hasUserSettings
|
||||||
|
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue