~mzanetti/unity8/fix-1648251

« back to all changes in this revision

Viewing changes to qml/Launcher/LauncherPanel.qml

  • Committer: Michael Zanetti
  • Date: 2016-12-01 12:20:34 UTC
  • mfrom: (2525.1.179 unity8)
  • Revision ID: michael.zanetti@canonical.com-20161201122034-cpvbf7webbhg2wph
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
import Ubuntu.Components 1.3
19
19
import Unity.Launcher 0.1
20
20
import Ubuntu.Components.Popups 1.3
21
 
import "../Components/ListItems"
22
21
import "../Components"
23
22
 
24
23
Rectangle {
296
295
                            }
297
296
                        }
298
297
 
299
 
                        ThinDivider {
 
298
                        Image {
300
299
                            id: dropIndicator
301
300
                            objectName: "dropIndicator"
302
301
                            anchors.centerIn: parent
 
302
                            height: visible ? units.dp(2) : 0
303
303
                            width: parent.width + mainColumn.anchors.leftMargin + mainColumn.anchors.rightMargin
304
304
                            opacity: 0
305
305
                            source: "graphics/divider-line.png"
632
632
        }
633
633
    }
634
634
 
635
 
    UbuntuShapeForItem {
 
635
    UbuntuShape {
636
636
        id: quickListShape
637
637
        objectName: "quickListShape"
638
638
        anchors.fill: quickList
645
645
            UbuntuNumberAnimation {}
646
646
        }
647
647
 
648
 
        image: quickList
 
648
        source: ShaderEffectSource {
 
649
            sourceItem: quickList
 
650
            hideSource: true
 
651
        }
649
652
 
650
653
        Image {
651
654
            anchors {