mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:25:56 +08:00
Add license to the top of a file
Contributes to CURA-5772.
This commit is contained in:
parent
93b04190f8
commit
84adfa14ee
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) 2018 Ultimaker B.V.
|
||||||
|
// Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.7
|
import QtQuick 2.7
|
||||||
import QtQuick.Controls 1.1
|
import QtQuick.Controls 1.1
|
||||||
import UM 1.2 as UM
|
import UM 1.2 as UM
|
||||||
@ -47,7 +50,7 @@ Item
|
|||||||
height: Math.round(parent.height * 0.35)
|
height: Math.round(parent.height * 0.35)
|
||||||
radius: Math.round(width / 2)
|
radius: Math.round(width / 2)
|
||||||
|
|
||||||
border.width: 1
|
border.width: UM.Theme.getSize("default_lining").width
|
||||||
border.color: UM.Theme.getColor("extruder_button_material_border")
|
border.color: UM.Theme.getColor("extruder_button_material_border")
|
||||||
|
|
||||||
opacity: !extruderIconItem.checked ? 0.6 : 1.0
|
opacity: !extruderIconItem.checked ? 0.6 : 1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user