~aacid/unity8/scopeListPageHeaderScopeStyle

« back to all changes in this revision

Viewing changes to qml/Launcher/LauncherPanel.qml

Uninvert Launcher in Desktop Mode

Also some little restruturing 
Approved by: Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    rotation: inverted ? 180 : 0
30
30
 
31
31
    property var model
32
 
    property bool inverted: true
 
32
    property bool inverted: false
33
33
    property bool dragging: false
34
34
    property bool moving: launcherListView.moving || launcherListView.flicking
35
35
    property bool preventHiding: moving || dndArea.draggedIndex >= 0 || quickList.state === "open" || dndArea.pressed
54
54
            objectName: "buttonShowDashHome"
55
55
            width: parent.width
56
56
            height: units.gu(7)
 
57
            clip: true
57
58
 
58
59
            UbuntuShape {
59
60
                anchors {