mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Remove commented-out code
This commit is contained in:
parent
fba47cac0c
commit
c208c01528
1 changed files with 1 additions and 13 deletions
|
@ -184,19 +184,7 @@ Item
|
||||||
ListView.view.currentIndex = index;
|
ListView.view.currentIndex = index;
|
||||||
machineName.text = getMachineName()
|
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 {
|
states: State {
|
||||||
name: "collapsed";
|
name: "collapsed";
|
||||||
when: base.activeManufacturer != model.manufacturer;
|
when: base.activeManufacturer != model.manufacturer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue