summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]multilayer-dashboard/MainWidget.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/multilayer-dashboard/MainWidget.qml b/multilayer-dashboard/MainWidget.qml
index 2b46787..4062d52 100644..100755
--- a/multilayer-dashboard/MainWidget.qml
+++ b/multilayer-dashboard/MainWidget.qml
@@ -65,14 +65,14 @@ Rectangle {
RowThree {
id: thirdRow
anchors.left : secondRow.right
- //reparentWidget: dashboard
+ reparentWidget: dashboard
topLevel: dashboard
}
RowFour {
id: fourthRow
anchors.left : thirdRow.right
- //reparentWidget: dashboard
+ reparentWidget: dashboard
topLevel: dashboard
}