~bfiller/gallery-app/revert-1245

« back to all changes in this revision

Viewing changes to rc/qml/LoadingScreen.qml

  • Committer: Bill Filler
  • Date: 2015-11-10 02:39:01 UTC
  • Revision ID: bill.filler@canonical.com-20151110023901-h0w20x8dyznnzldy
revert back to rev 1242

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2012-2015 Canonical Ltd
 
2
 * Copyright (C) 2012 Canonical Ltd
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License version 3 as
17
17
 * Charles Lindsay <chaz@yorba.org
18
18
 */
19
19
 
20
 
import QtQuick 2.4
21
 
import Ubuntu.Components 1.3
 
20
import QtQuick 2.0
 
21
import Ubuntu.Components 0.1
 
22
 
22
23
 
23
24
Page {
24
25
    id: loadingScreen
25
26
 
 
27
    Image {
 
28
        anchors.fill: parent
 
29
        source: "../img/background-paper.png"
 
30
        fillMode: Image.Tile
 
31
    }
 
32
 
26
33
    Column {
27
34
        anchors.centerIn: parent
28
35
        width: parent.width