~bhdouglass/ubuntu-touch-tweak-tool/fix-disappearing-options

« back to all changes in this revision

Viewing changes to src/app/qml/components/ListItems/AppLauncher.qml

  • Committer: Stefano Verzegnassi
  • Date: 2016-04-16 17:04:08 UTC
  • Revision ID: stefano92.100@gmail.com-20160416170408-t0ck3hoi0qifmehw
Stable codebase for 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        UbuntuShape {
35
35
            SlotsLayout.position: SlotsLayout.Leading
36
36
            height: units.gu(6); width: height
 
37
            aspect: UbuntuShape.DropShadow
37
38
 
38
39
            image: Image { id: icon }
39
40
        }