From 6863e15e203549dd31502322f28ebe3c3ead4aa3 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Tue, 8 Dec 2015 15:03:54 +0100 Subject: [PATCH] Remove Print Speed setting from simple mode --- resources/qml/SidebarSimple.qml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 4eb2aa5f62..7ed23c3af5 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -23,7 +23,7 @@ Item Component.onCompleted: PrintInformation.enabled = true Component.onDestruction: PrintInformation.enabled = false UM.I18nCatalog { id: catalog; name:"cura"} - +/* Rectangle{ id: speedCellLeft anchors.top: parent.top @@ -121,11 +121,10 @@ Item } ExclusiveGroup { id: speedCheckBoxGroup; } } - +*/ Rectangle{ id: infillCellLeft - anchors.top: speedCellRight.bottom - anchors.topMargin: UM.Theme.sizes.default_margin.height + anchors.top: parent.top anchors.left: parent.left width: base.width/100* 35 - UM.Theme.sizes.default_margin.width height: childrenRect.height < UM.Theme.sizes.simple_mode_infill_caption.height ? UM.Theme.sizes.simple_mode_infill_caption.height : childrenRect.height