mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 00:46:47 +02:00
Gotta do some fancy stuff with anchors for this to work
This commit is contained in:
parent
dafa830c0d
commit
5898f0bd0c
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue