~haggai-eran/unity-2d/rtl-icon-geometry-952864

« back to all changes in this revision

Viewing changes to shell/launcher/Launcher.qml

. Fixes: . Approved by .

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        }
85
85
    }
86
86
 
87
 
    /* The background color is the same as in the panel */
88
87
    Rectangle {
89
88
        Accessible.name: "background"
90
89
        anchors.fill: parent
91
90
        anchors.rightMargin: Utils.isLeftToRight() && !declarativeView.dashActive ? border.width : 0
92
91
        anchors.leftMargin:  Utils.isRightToLeft() && !declarativeView.dashActive ? border.width : 0
93
 
        color: Qt.darker(unityConfiguration.averageBgColor, 8.0)
 
92
        color: "black"
94
93
        opacity: 0.66
95
94
        visible: desktop.isCompositingManagerRunning
96
95
    }