Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-11-27 19:25:10 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-11-27 19:25:10 +0300
commit14b460a626bfbb58b0bc8eff6621f46e8d400ecb (patch)
treeabecca6e1e02d5ba43007c827fc2c5f100147a4f /resources/qml/Toolbar.qml
parent309061ce3113df6dd7f7c9e9762526b1ce0973c5 (diff)
Remove unused styles
Diffstat (limited to 'resources/qml/Toolbar.qml')
-rw-r--r--resources/qml/Toolbar.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/resources/qml/Toolbar.qml b/resources/qml/Toolbar.qml
index 3a4e7704c0..0207c8ec49 100644
--- a/resources/qml/Toolbar.qml
+++ b/resources/qml/Toolbar.qml
@@ -2,9 +2,7 @@
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.2
-import QtQuick.Controls 1.1
-import QtQuick.Controls.Styles 1.1
-import QtQuick.Layouts 1.1
+import QtQuick.Controls 2.3
import UM 1.2 as UM
import Cura 1.0 as Cura
@@ -68,7 +66,6 @@ Item
toolItem: UM.RecolorImage
{
- opacity: parent.enabled ? 1.0 : 0.2
source: (UM.Theme.getIcon(model.icon) != "") ? UM.Theme.getIcon(model.icon) : "file:///" + model.location + "/" + model.icon
color: UM.Theme.getColor("toolbar_button_text")