From 58289a7b45b2654b7b0b128f3ca4b1ed5ffa9e9e Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Fri, 4 May 2018 17:28:39 +0200 Subject: [PATCH] Remove useful comment --- plugins/Toolbox/resources/qml/ToolboxDownloadsGrid.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/Toolbox/resources/qml/ToolboxDownloadsGrid.qml b/plugins/Toolbox/resources/qml/ToolboxDownloadsGrid.qml index 3dc36db365..5b9697eda2 100644 --- a/plugins/Toolbox/resources/qml/ToolboxDownloadsGrid.qml +++ b/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