~mterry/+junk/u8

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Application/resources/VirtualKeyboard.qml

Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2014-2015 Canonical Ltd.
 
2
 * Copyright 2014-2016 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 Lesser General Public License as published by
38
38
            anchors.fill: parent
39
39
        }
40
40
    }
41
 
 
42
 
    Binding { target: UbuntuKeyboardInfo; property: "x"; value: screenshotImage.x}
43
 
    Binding { target: UbuntuKeyboardInfo; property: "y"; value: screenshotImage.y}
44
 
    Binding { target: UbuntuKeyboardInfo; property: "width"; value: screenshotImage.width}
45
 
    Binding { target: UbuntuKeyboardInfo; property: "height"; value: screenshotImage.height}
46
41
}