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:
authorGhostkeeper <rubend@tutanota.com>2018-10-18 15:30:11 +0300
committerGhostkeeper <rubend@tutanota.com>2018-10-18 15:30:33 +0300
commit1bcd134f85c2f70df31f8e61706cec8636ed3790 (patch)
tree87454b88fb4d6321553860593d56ad3ec1010141 /plugins/PrepareStage/PrepareMenu.qml
parenta4c609d514a7687b318613d862894c67dce83b1d (diff)
Fix code style
Most stuff here was recently changed. Some of it was where I found a pattern in something that was likely copy-pasted from somewhere else, so I did a global search and replace on that. Contributes to issue CURA-5784.
Diffstat (limited to 'plugins/PrepareStage/PrepareMenu.qml')
-rw-r--r--plugins/PrepareStage/PrepareMenu.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrepareStage/PrepareMenu.qml b/plugins/PrepareStage/PrepareMenu.qml
index ea247bf258..208e7d18df 100644
--- a/plugins/PrepareStage/PrepareMenu.qml
+++ b/plugins/PrepareStage/PrepareMenu.qml
@@ -16,7 +16,7 @@ Item
UM.I18nCatalog
{
id: catalog
- name:"cura"
+ name: "cura"
}
Row