aboutsummaryrefslogtreecommitdiffstats
path: root/sysui/Cluster/WidgetContainer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/Cluster/WidgetContainer.qml')
-rw-r--r--[-rwxr-xr-x]sysui/Cluster/WidgetContainer.qml22
1 files changed, 1 insertions, 21 deletions
diff --git a/sysui/Cluster/WidgetContainer.qml b/sysui/Cluster/WidgetContainer.qml
index 78aa327..ce51c59 100755..100644
--- a/sysui/Cluster/WidgetContainer.qml
+++ b/sysui/Cluster/WidgetContainer.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.
@@ -49,25 +49,5 @@ Item {
id: container
anchors.fill: parent
}
-
- BorderImage {
- id: rightBorder
- width: sourceSize.width/5
- height: parent.height
- anchors.right: parent.right
- border.top: 20
- border.bottom: 20
- source: Style.gfx("cluster/right_mask")
- }
-
- BorderImage {
- id: leftBorder
- width: sourceSize.width/5
- height: parent.height
- anchors.left: parent.left
- border.top: 20
- border.bottom: 20
- source: Style.gfx("cluster/left_mask")
- }
}