summaryrefslogtreecommitdiffstats
path: root/basicsuite/enterprise-gallery/ControlLabel.qml
diff options
context:
space:
mode:
authoraavit <eirik.aavitsland@digia.com>2014-10-15 11:45:42 +0200
committeraavit <eirik.aavitsland@digia.com>2014-10-15 11:48:13 +0200
commit04374090fb5d5b5f57d7c15860635c4df27e26da (patch)
tree132fc7e8606ce33ec1ee422928d45919120859af /basicsuite/enterprise-gallery/ControlLabel.qml
parentdc12a6624b5f5a397e590d378bcf1f2a2f192e51 (diff)
parent11ea1829a7057531be95c188fee081a20a7e21c3 (diff)
Merge branch 'stable' into dev
Diffstat (limited to 'basicsuite/enterprise-gallery/ControlLabel.qml')
-rw-r--r--basicsuite/enterprise-gallery/ControlLabel.qml28
1 files changed, 0 insertions, 28 deletions
diff --git a/basicsuite/enterprise-gallery/ControlLabel.qml b/basicsuite/enterprise-gallery/ControlLabel.qml
deleted file mode 100644
index 0335342..0000000
--- a/basicsuite/enterprise-gallery/ControlLabel.qml
+++ /dev/null
@@ -1,28 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2014 Digia Plc
-** All rights reserved.
-** For any questions to Digia, please use contact form at http://qt.digia.com
-**
-** This file is part of the QtQuick Enterprise Controls Add-on.
-**
-** $QT_BEGIN_LICENSE$
-** Licensees holding valid Qt Commercial licenses may use this file in
-** accordance with the Qt Commercial License Agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.
-**
-** If you have questions regarding the use of this file, please use
-** contact form at http://qt.digia.com
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-import QtQuick 2.0
-
-Text {
- font.pixelSize: Math.min(32, root.toPixels(0.045))
- color: "#4e4e4e"
- styleColor: "#ffffff"
- style: Text.Raised
-}