From 753101a9880459829869ed47a35d0f2417908186 Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Tue, 5 Jun 2018 15:43:36 +0200 Subject: [PATCH] Uncomment the code that hides the material tab in the toolbox. Just for master.<< --- plugins/Toolbox/resources/qml/ToolboxHeader.qml | 2 -- plugins/Toolbox/resources/qml/ToolboxInstalledPage.qml | 2 -- 2 files changed, 4 deletions(-) diff --git a/plugins/Toolbox/resources/qml/ToolboxHeader.qml b/plugins/Toolbox/resources/qml/ToolboxHeader.qml index ee4241beaf..9c9f967d54 100644 --- a/plugins/Toolbox/resources/qml/ToolboxHeader.qml +++ b/plugins/Toolbox/resources/qml/ToolboxHeader.qml @@ -34,7 +34,6 @@ Item } } - /* Hide for 3.4 ToolboxTabButton { text: catalog.i18nc("@title:tab", "Materials") @@ -47,7 +46,6 @@ Item toolbox.viewPage = "overview" } } - */ } ToolboxTabButton { diff --git a/plugins/Toolbox/resources/qml/ToolboxInstalledPage.qml b/plugins/Toolbox/resources/qml/ToolboxInstalledPage.qml index bb0f6fe346..9d916182f6 100644 --- a/plugins/Toolbox/resources/qml/ToolboxInstalledPage.qml +++ b/plugins/Toolbox/resources/qml/ToolboxInstalledPage.qml @@ -65,7 +65,6 @@ ScrollView } } } - /* Hidden in 3.4 Label { visible: toolbox.materialsInstalledModel.items.length > 0 @@ -103,6 +102,5 @@ ScrollView } } } - */ } }