summaryrefslogtreecommitdiffstats
path: root/multilayer-dashboard/RowThree.qml
diff options
context:
space:
mode:
Diffstat (limited to 'multilayer-dashboard/RowThree.qml')
-rw-r--r--multilayer-dashboard/RowThree.qml21
1 files changed, 21 insertions, 0 deletions
diff --git a/multilayer-dashboard/RowThree.qml b/multilayer-dashboard/RowThree.qml
index aee8265..0b60dcf 100644
--- a/multilayer-dashboard/RowThree.qml
+++ b/multilayer-dashboard/RowThree.qml
@@ -72,6 +72,27 @@ Rectangle {
id: thirdWidget
reparentWidget: myRow.reparentWidget
}
+ TapWidget {
+ x:10
+ anchors.top : thirdWidget.bottom
+ anchors.topMargin : 2.0
+ id: fourthWidget
+ reparentWidget: myRow.reparentWidget
+ }
+ TapWidget {
+ x:10
+ anchors.top : fourthWidget.bottom
+ anchors.topMargin : 2.0
+ id: fifthWidget
+ reparentWidget: myRow.reparentWidget
+ }
+ TapWidget {
+ x:10
+ anchors.top : fifthWidget.bottom
+ anchors.topMargin : 2.0
+ id: sixthWidget
+ reparentWidget: myRow.reparentWidget
+ }
property int maxY : (tapWidgetContainer.childrenRect.height > topLevel.height) ?
0 :