~dyams/unity-2d/remove-glow

« back to all changes in this revision

Viewing changes to shell/common/Background.qml

  • Committer: Tarmac
  • Author(s): Gerry Boland
  • Date: 2012-02-16 23:24:35 UTC
  • mfrom: (916.1.1 rtl-utils-fix)
  • Revision ID: tarmac-20120216232435-h8hnfedz0iiwmxjh
Use isRightToLeft from Utils in all QML files. Fixes: . Approved by Michał Sawicz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import QtQuick 1.1
20
20
import Unity2d 1.0
21
21
import Effects 1.0
 
22
import "utils.js" as Utils
22
23
 
23
24
Item {
24
25
    id: background
77
78
 
78
79
        anchors.fill: parent
79
80
        source: desktop.isCompositingManagerRunning ? "artwork/desktop_dash_background.sci" : "artwork/desktop_dash_background_no_transparency.sci"
80
 
        mirror: isRightToLeft()
 
81
        mirror: Utils.isRightToLeft()
81
82
    }
82
83
 
83
84
    states: [