~ci-train-bot/unity8/unity8-ubuntu-zesty-2663

« back to all changes in this revision

Viewing changes to qml/Launcher/LauncherPanel.qml

  • Committer: Nick Dedekind
  • Date: 2017-03-15 15:22:07 UTC
  • mfrom: (2868 unity8)
  • mto: This revision was merged to the branch mainline in revision 2892.
  • Revision ID: nick.dedekind@canonical.com-20170315152207-9ts6lyu1v2pruue2
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                objectName: "dashItem"
93
93
                width: parent.width * .6
94
94
                height: width
 
95
                sourceSize.width: width
 
96
                sourceSize.height: height
95
97
                anchors.centerIn: parent
96
 
                source: "graphics/home.png"
 
98
                source: "graphics/home.svg"
97
99
                rotation: root.rotation
98
100
            }
99
101
            AbstractButton {