Browse Source

Remove useful comment

Diego Prado Gesto 6 years ago
parent
commit
58289a7b45
1 changed files with 0 additions and 2 deletions
  1. 0 2
      plugins/Toolbox/resources/qml/ToolboxDownloadsGrid.qml

+ 0 - 2
plugins/Toolbox/resources/qml/ToolboxDownloadsGrid.qml

@@ -9,8 +9,6 @@ import UM 1.1 as UM
 
 Column
 {
-    // HACK: GridLayouts don't render to the correct height with odd numbers of
-    // items, so if odd, add some extra space.
     height: childrenRect.height
     width: parent.width
     spacing: UM.Theme.getSize("default_margin").height