summaryrefslogtreecommitdiff
path: root/modules/dashboard/Content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/Content.qml')
-rw-r--r--modules/dashboard/Content.qml15
1 files changed, 9 insertions, 6 deletions
diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml
index 4026989..5b88f9b 100644
--- a/modules/dashboard/Content.qml
+++ b/modules/dashboard/Content.qml
@@ -54,18 +54,21 @@ Item {
radius: Appearance.rounding.normal
color: "transparent"
- Dash {
- clip: true
- }
+ Dash {}
}
ClippingWrapperRectangle {
radius: Appearance.rounding.normal
color: "transparent"
- Media {
- clip: true
- }
+ Media {}
+ }
+
+ ClippingWrapperRectangle {
+ radius: Appearance.rounding.normal
+ color: "transparent"
+
+ Performance {}
}
}
}