mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
New loader
This commit is contained in:
parent
e3ccfc9935
commit
249f0568a1
2 changed files with 4 additions and 3 deletions
|
@ -319,7 +319,7 @@ Rectangle {
|
||||||
z: 997;
|
z: 997;
|
||||||
visible: !root.ownershipStatusReceived || !root.balanceReceived;
|
visible: !root.ownershipStatusReceived || !root.balanceReceived;
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
color: Qt.rgba(0.0, 0.0, 0.0, 0.7);
|
color: hifi.colors.white;
|
||||||
|
|
||||||
// This object is always used in a popup.
|
// This object is always used in a popup.
|
||||||
// This MouseArea is used to prevent a user from being
|
// This MouseArea is used to prevent a user from being
|
||||||
|
@ -331,8 +331,9 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
AnimatedImage {
|
AnimatedImage {
|
||||||
source: "../common/images/loader.gif"
|
id: loadingImage;
|
||||||
width: 96;
|
source: "../common/images/loader-blue.gif"
|
||||||
|
width: 74;
|
||||||
height: width;
|
height: width;
|
||||||
anchors.verticalCenter: parent.verticalCenter;
|
anchors.verticalCenter: parent.verticalCenter;
|
||||||
anchors.horizontalCenter: parent.horizontalCenter;
|
anchors.horizontalCenter: parent.horizontalCenter;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in a new issue