Browse Source

Anchor the i-button to materialVariantContainer
CURA-3810

Mark 7 years ago
parent
commit
3177d99bcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/SidebarHeader.qml

+ 1 - 1
resources/qml/SidebarHeader.qml

@@ -162,7 +162,7 @@ Column
     Item
     {
         id: variantRow
-        
+
         height: UM.Theme.getSize("sidebar_setup").height
         visible: (Cura.MachineManager.hasVariants || Cura.MachineManager.hasMaterials) && !sidebar.monitoringPrint && !sidebar.hideSettings