mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:56:00 +08:00
Remove commented-out code
This commit is contained in:
parent
fba47cac0c
commit
c208c01528
@ -184,19 +184,7 @@ Item
|
||||
ListView.view.currentIndex = index;
|
||||
machineName.text = getMachineName()
|
||||
}
|
||||
/*
|
||||
Label
|
||||
{
|
||||
id: author
|
||||
text: model.author
|
||||
font: UM.Theme.fonts.very_small
|
||||
anchors.left: machineButton.right
|
||||
anchors.leftMargin: UM.Theme.sizes.standard_list_lineheight.height/2
|
||||
anchors.baseline: machineButton.baseline
|
||||
anchors.baselineOffset: -UM.Theme.sizes.standard_list_lineheight.height / 16
|
||||
color: palette.mid
|
||||
}
|
||||
*/
|
||||
|
||||
states: State {
|
||||
name: "collapsed";
|
||||
when: base.activeManufacturer != model.manufacturer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user