aboutsummaryrefslogtreecommitdiffstats
path: root/modules/controls/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/controls/Button.qml')
-rw-r--r--modules/controls/Button.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/controls/Button.qml b/modules/controls/Button.qml
index 2497474..0bea4f2 100644
--- a/modules/controls/Button.qml
+++ b/modules/controls/Button.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 Pelagicore AG
+** Copyright (C) 2016 Pelagicore AG
** Contact: http://www.qt.io/ or http://www.pelagicore.com/
**
** This file is part of the Neptune IVI UI.
@@ -76,7 +76,7 @@ UIElement {
hspan: root.hspan; vspan: 1
visible: text
-
+ opacity: root.enabled ? 1.0 : 0.6
horizontalAlignment: Text.AlignHCenter
font.pixelSize: Style.fontSizeM
scale: mouseArea.pressed?0.85:1.0