mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
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.
This commit is contained in:
parent
a4c609d514
commit
1bcd134f85
24 changed files with 433 additions and 243 deletions
|
@ -26,7 +26,7 @@ UM.MainWindow
|
|||
UM.I18nCatalog
|
||||
{
|
||||
id: catalog
|
||||
name:"cura"
|
||||
name: "cura"
|
||||
}
|
||||
|
||||
function showTooltip(item, position, text)
|
||||
|
@ -236,7 +236,7 @@ UM.MainWindow
|
|||
textRole: "name"
|
||||
|
||||
// update the model's active index
|
||||
function updateItemActiveFlags ()
|
||||
function updateItemActiveFlags()
|
||||
{
|
||||
currentIndex = getActiveIndex()
|
||||
for (var i = 0; i < model.rowCount(); i++)
|
||||
|
@ -316,7 +316,7 @@ UM.MainWindow
|
|||
|
||||
Loader
|
||||
{
|
||||
// A stage can control this area. If nothing is set, it will therefor show the 3D view.
|
||||
// A stage can control this area. If nothing is set, it will therefore show the 3D view.
|
||||
id: main
|
||||
|
||||
anchors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue