Gotta do some fancy stuff with anchors for this to work

This commit is contained in:
Zach Fox 2017-10-25 15:04:47 -07:00
parent dafa830c0d
commit 5898f0bd0c

View file

@ -31,6 +31,8 @@ Rectangle {
property bool keyboardRaised: false;
property bool isPassword: false;
anchors.fill: (typeof parent === undefined) ? undefined : parent;
Image {
anchors.fill: parent;
source: "images/wallet-bg.jpg";