Просмотр исходного кода

Uncomment the code that hides the material tab in the toolbox. Just for
master.<<

Diego Prado Gesto 6 лет назад
Родитель
Сommit
753101a988

+ 0 - 2
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
     {

+ 0 - 2
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
                 }
             }
         }
-        */
     }
 }