mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Fix copyright year to 2019
This commit is contained in:
parent
92d07ddb71
commit
0ba8bf13e1
59 changed files with 84 additions and 84 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2018 Ultimaker B.V.
|
||||
// Copyright (c) 2019 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.3
|
||||
|
@ -23,7 +23,7 @@ Item
|
|||
|
||||
height: centerSection.height
|
||||
width: maximumWidth
|
||||
|
||||
|
||||
// Enable keyboard navigation
|
||||
Keys.onLeftPressed: navigateTo(currentIndex - 1)
|
||||
Keys.onRightPressed: navigateTo(currentIndex + 1)
|
||||
|
@ -131,7 +131,7 @@ Item
|
|||
}
|
||||
}
|
||||
spacing: 60 * screenScaleFactor // TODO: Theme!
|
||||
|
||||
|
||||
Repeater
|
||||
{
|
||||
model: printers
|
||||
|
@ -255,4 +255,4 @@ Item
|
|||
currentIndex = i
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue