summaryrefslogtreecommitdiff
path: root/modules/dashboard/Dash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard/Dash.qml')
-rw-r--r--modules/dashboard/Dash.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/dashboard/Dash.qml b/modules/dashboard/Dash.qml
index 0d8b760..1af0d70 100644
--- a/modules/dashboard/Dash.qml
+++ b/modules/dashboard/Dash.qml
@@ -51,13 +51,12 @@ GridLayout {
}
Rect {
- text: "media"
-
Layout.row: 0
Layout.column: 5
Layout.rowSpan: 2
- Layout.preferredWidth: 250
Layout.fillHeight: true
+
+ Media {}
}
component Rect: StyledRect {