~ubuntu-branches/ubuntu/vivid/kubuntu-settings/vivid

« back to all changes in this revision

Viewing changes to desktop/share/apps/muon-discover/digikam.qml

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2014-04-10 16:30:02 UTC
  • Revision ID: package-import@ubuntu.com-20140410163002-q6qi0c728oo6jsvz
Tags: 1:14.04ubuntu14
* [desktop] Add muon-discover featured apps content for 14.04.
  + Also wrap all images in black background items via qml, looks a lot
    nicer

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import QtQuick 1.1
 
2
 
 
3
Rectangle
 
4
{
 
5
    anchors.fill: parent
 
6
    color: "black"
 
7
 
 
8
    Image {
 
9
        id: icon
 
10
        source: "digikam.png"
 
11
        anchors.centerIn: parent
 
12
        fillMode: Image.PreserveAspectCrop
 
13
    }
 
14
}