Comment 2 for bug 1383693

Revision history for this message
Ying-Chun Liu (paulliu) wrote :

--- /tmp/EdgeDemo.qml 2014-10-24 23:19:34.249803667 +0800
+++ EdgeDemo.qml 2014-08-11 20:37:50.248255000 +0800
@@ -169,7 +169,7 @@
                 "edge": "bottom",
                 "title": i18n.tr("Close"),
                 "text": i18n.tr("Swipe up again to close the settings screen"),
- "anchors.fill": demo.indicators,
+ "anchors.fill": demo.indicators.content,
             });
         }
         if (d.bottomEdgeDemo) {

Seems this fixes.