diff options
Diffstat (limited to 'modules/background/Background.qml')
| -rw-r--r-- | modules/background/Background.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml index bdba570..3cd84aa 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -60,6 +60,9 @@ Loader { } } + mask: Region {} + + Loader { anchors.right: parent.right anchors.bottom: parent.bottom |