Browse Source

Remove commented-out code

fieldOfView 7 years ago
parent
commit
70cd6aad53
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/qml/PrinterOutput/ExtruderBox.qml

+ 0 - 1
resources/qml/PrinterOutput/ExtruderBox.qml

@@ -12,7 +12,6 @@ Item
     property alias color: background.color
     property var extruderModel
     property var position: index
-    //width: index == machineExtruderCount.properties.value - 1 && index % 2 == 0 ? extrudersGrid.width : Math.floor(extrudersGrid.width / 2 - UM.Theme.getSize("sidebar_lining_thin").width / 2)
     implicitWidth: parent.width
     implicitHeight: UM.Theme.getSize("sidebar_extruder_box").height