Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Karl Pietrowski <thopiekar@gmail.com>2019-09-28 11:36:05 +0300
committerGitHub <noreply@github.com>2019-09-28 11:36:05 +0300
commitcfc296de377b97c32ffb0436fe5d3d6de8265fd8 (patch)
tree715bcca3d57bd766c4a7e3a9a59ac399109c434a /resources/qml/ActionPanel
parent93f2641be7d0cfbcf667d397545a7afd601d7f33 (diff)
Update ActionPanelWidget.qml
Find this whitespace strange. Shouldn't this normally give an error? Or is this allowed due to the syntax?
Diffstat (limited to 'resources/qml/ActionPanel')
-rw-r--r--resources/qml/ActionPanel/ActionPanelWidget.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/ActionPanel/ActionPanelWidget.qml b/resources/qml/ActionPanel/ActionPanelWidget.qml
index 4d61380c99..6efa77518b 100644
--- a/resources/qml/ActionPanel/ActionPanelWidget.qml
+++ b/resources/qml/ActionPanel/ActionPanelWidget.qml
@@ -27,7 +27,7 @@ Item
width: UM.Theme.getSize("action_panel_widget").width
height: childrenRect.height + 2 * UM.Theme.getSize("thick_margin").height
- anchors. right: parent.right
+ anchors.right: parent.right
color: UM.Theme.getColor("main_background")
border.width: UM.Theme.getSize("default_lining").width
border.color: UM.Theme.getColor("lining")
@@ -103,4 +103,4 @@ Item
CuraApplication.additionalComponents["saveButton"][component].parent = additionalComponentsRow
}
}
-} \ No newline at end of file
+}