mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:05:56 +08:00
Update ActionPanelWidget.qml
Find this whitespace strange. Shouldn't this normally give an error? Or is this allowed due to the syntax?
This commit is contained in:
parent
93f2641be7
commit
cfc296de37
@ -27,7 +27,7 @@ Item
|
|||||||
|
|
||||||
width: UM.Theme.getSize("action_panel_widget").width
|
width: UM.Theme.getSize("action_panel_widget").width
|
||||||
height: childrenRect.height + 2 * UM.Theme.getSize("thick_margin").height
|
height: childrenRect.height + 2 * UM.Theme.getSize("thick_margin").height
|
||||||
anchors. right: parent.right
|
anchors.right: parent.right
|
||||||
color: UM.Theme.getColor("main_background")
|
color: UM.Theme.getColor("main_background")
|
||||||
border.width: UM.Theme.getSize("default_lining").width
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
border.color: UM.Theme.getColor("lining")
|
border.color: UM.Theme.getColor("lining")
|
||||||
@ -103,4 +103,4 @@ Item
|
|||||||
CuraApplication.additionalComponents["saveButton"][component].parent = additionalComponentsRow
|
CuraApplication.additionalComponents["saveButton"][component].parent = additionalComponentsRow
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user